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
VisuFbXYChartDataProviderCurve.GetRawDataYUnchecked (METH) ¶ METHOD GetRawDataYUnchecked : LWORD It returns the raw value of Y 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 GetRawDataYUnchecked LWORD Input diPos DINT
VisuFbXYChartDataProviderCurve.GetUpperBorder (METH) ¶ METHOD GetUpperBorder : DINT Get up border of data array for curve InOut: Scope Name Type Return GetUpperBorder DINT Input iDataForAx INT
VisuFbXYChartDataProviderCurve.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable Input eWhich EnXYChartDataProviderCurveVar Which variable I need
IXYChartDataProviderCurveCheckPointer ¶ IsDataXPointerChanged (Method) IsDataYPointerChanged (Method)