Ejemplo n.º 1
0
    public int AddLabel(string str, HPoint loc, HGraphPointFormat format, float xvector, float yvector)
    {
        int ret = HCSMVOPINVOKE.HBaseGraph_AddLabel__SWIG_1(swigCPtr, str, HPoint.getCPtr(loc), (int)format, xvector, yvector);

        if (HCSMVOPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 2
0
 public void ReplaceDataSet(int data_set, int points_count, float[] points, HGraphPointFormat format)
 {
     HCSMVOPINVOKE.HPlot2D_ReplaceDataSet__SWIG_1(swigCPtr, data_set, points_count, points, (int)format);
 }
Ejemplo n.º 3
0
    public HGraphPointFormat GetDataSetFormat(int data_set)
    {
        HGraphPointFormat ret = (HGraphPointFormat)HCSMVOPINVOKE.HPlot2D_GetDataSetFormat(swigCPtr, data_set);

        return(ret);
    }
Ejemplo n.º 4
0
    public int AddDataSet(int points_count, float[] points, HGraphPointFormat format)
    {
        int ret = HCSMVOPINVOKE.HPlot2D_AddDataSet__SWIG_1(swigCPtr, points_count, points, (int)format);

        return(ret);
    }
Ejemplo n.º 5
0
 public void ConvertPoints(uint in_count, float[] in_points, HGraphPointFormat in_system, float[] out_points, HGraphPointFormat out_system)
 {
     HCSMVOPINVOKE.HBaseGraph_ConvertPoints(swigCPtr, in_count, in_points, (int)in_system, out_points, (int)out_system);
 }