IXYChartDataProvider3.GetPntCurveProper (METH) ¶ METHOD GetPntCurveProper : POINTER TO VisuStructXYChartCurve Get pointer to properties of specific curve Instantiated into code generation part where there are all the properties InOut: Scope Name Type Return GetPntCurveProper POINTER TO VisuStructXYChartCurve Input iWhich INT
IXYChartDataProvider3.GetPntDataProper (METH) ¶ METHOD GetPntDataProper : POINTER TO VisuStructXYChart Get pointer to properties of the element. Instantiated into code generation part where there are all the properties InOut: Scope Name Type Return GetPntDataProper POINTER TO VisuStructXYChart
IXYChartDataProvider3.SetMultiClientData (METH) ¶ METHOD SetMultiClientData InOut: Scope Name Type Input pClientData POINTER TO VisuStructClientData pClientSpecificData POINTER TO StruXYChartClientSpecificData xMultiClient BOOL
IXYChartDataProviderAxis (ITF) ¶ INTERFACE IXYChartDataProviderAxis EXTENDS __SYSTEM.IQueryInterface Interface to get axis data from generated code Methods: GetVariableItf Structure: GetVariableItf (Method)
IXYChartDataProviderAxis.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable2 Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable2 Input eWhich EnXYChartDataProviderAxisVar Which variable I need
IXYChartDataProviderCurve (ITF) ¶ INTERFACE IXYChartDataProviderCurve EXTENDS __SYSTEM.IQueryInterface Interface to get curve data from generated code Methods: GetDataXUnchecked GetDataYUnchecked GetFirstDataXItf GetFirstDataYItf GetLowerBorder GetRawDataXUnchecked GetRawDataYUnchecked GetUpperBorder GetVariableItf Structure: GetDataXUnchecked (Method) GetDataYUnchecked (Method) GetFirstDataXItf (Method) GetFirstDataYItf (Method) GetLowerBorder (Method) GetRawDataXUnchecked (Method) GetRawDataYUnchecked (Method) GetUpperBorder (Method) GetVariableItf (Method)
IXYChartDataProviderCurve.GetDataXUnchecked (METH) ¶ METHOD GetDataXUnchecked : REAL It returns the value of X at specific position, without check if the index is in the range. The assumption is that the check it’s already done InOut: Scope Name Type Return GetDataXUnchecked REAL Input diPos DINT
VisuFbXYChartDataProviderCurve.GetFirstDataYItf (METH) ¶ METHOD GetFirstDataYItf : IXYChartGenericVariable It returns the interface to access of the first data Y InOut: Scope Name Type Return GetFirstDataYItf IXYChartGenericVariable
VisuFbXYChartDataProviderCurve.GetLowerBorder (METH) ¶ METHOD GetLowerBorder : DINT Get low border of data array for curve InOut: Scope Name Type Return GetLowerBorder DINT Input iDataForAx INT
VisuFbXYChartDataProviderCurve.GetRawDataXUnchecked (METH) ¶ METHOD GetRawDataXUnchecked : LWORD It returns the raw value of X at specific position, without check if the index is in the range. The assumption is that the check it’s already done InOut: Scope Name Type Return GetRawDataXUnchecked LWORD Input diPos DINT