public void SetGridType(HGraphGridType gtype) { HCSMVOPINVOKE.HPlot2D_SetGridType(swigCPtr, (int)gtype); }
public HGraphGridType GetGridType() { HGraphGridType ret = (HGraphGridType)HCSMVOPINVOKE.HPlot2D_GetGridType(swigCPtr); return(ret); }