StrCaseCmpW (FUN) ¶ FUNCTION StrCaseCmpW : INT It does a caseinsensitive comparison of two wstrings Return values: 0 -> the strings are equal -1 -> pwStr1 is less than pwStr2 1 -> pwStr1 is larger than pwStr2 -2 -> Error: An invalid string (ie. Null-Pointer is given) InOut: Scope Name Type Return StrCaseCmpW INT Input rwStr1 REFERENCE TO WSTRING rwStr2 REFERENCE TO WSTRING
IXYChartDataProvider.GetUpdateType (METH) ¶ METHOD GetUpdateType : EnXYChartUpdateType Get the element update type InOut: Scope Name Type Return GetUpdateType EnXYChartUpdateType
IXYChartDataProvider.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable Input eWhich EnXYChartDataProviderVar Which variable I need
IXYChartDataProvider.IsAxisVarLocal (METH) ¶ METHOD IsAxisVarLocal : BOOL It returns if the axis variable VisuStructXYChartAxis is local or user instantiated InOut: Scope Name Type Return IsAxisVarLocal BOOL Input iWhich INT
IXYChartDataProvider.IsCurveVarLocal (METH) ¶ METHOD IsCurveVarLocal : BOOL It returns if the curve variable VisuStructXYChartCurve is local or user instantiated InOut: Scope Name Type Return IsCurveVarLocal BOOL Input iWhich INT
IXYChartDataProvider.IsElementVarLocal (METH) ¶ METHOD IsElementVarLocal : BOOL It returns if the element variable VisuStructXYChart is local or user instantiated InOut: Scope Name Type Return IsElementVarLocal BOOL
IXYChartDataProvider2 (ITF) ¶ INTERFACE IXYChartDataProvider2 EXTENDS IXYChartDataProvider Interface to get data from generated code Methods: GetDataProviderAxis GetAxisFontLabel , inherited from IXYChartDataProvider GetDataProviderCurve , inherited from IXYChartDataProvider GetLineLevelFont , inherited from IXYChartDataProvider GetLineLevelStruct , inherited from IXYChartDataProvider GetNumberOfAxes , inherited from IXYChartDataProvider GetNumberOfCurves , inherited from IXYChartDataProvider GetPntAxis , inherited from IXYChartDataProvider GetPntCurve , inherited from IXYChartDataProvider GetPntData , inherited from IXYChartDataProvider GetPntWorkingDataAxis , inherited from IXYChartDataProvider GetPntWorkingDataCurve , inherited from IXYChartDataProvider GetUpdateType , inherited from IXYChartDataProvider GetVariableItf , inherited from IXYChartDataProvider IsAxisVarLocal , inherited from IXYChartDataProvider IsCurveVarLocal , inherited from IXYChartDataProvider IsElementVarLocal , inherited from IXYChartDataProvider Structure: GetDataProviderAxis (Method)
IXYChartDataProvider2.GetDataProviderAxis (METH) ¶ METHOD GetDataProviderAxis : IXYChartDataProviderAxis Get data provider for a specific axis InOut: Scope Name Type Return GetDataProviderAxis IXYChartDataProviderAxis Input iWhich INT
IXYChartDataProvider3 (ITF) ¶ INTERFACE IXYChartDataProvider3 EXTENDS IXYChartDataProvider2 Interface to get data from generated code Methods: GetPntAxisProper GetPntCurveProper GetPntDataProper SetMultiClientData GetAxisFontLabel , inherited from IXYChartDataProvider GetDataProviderAxis , inherited from IXYChartDataProvider2 GetDataProviderCurve , inherited from IXYChartDataProvider GetLineLevelFont , inherited from IXYChartDataProvider GetLineLevelStruct , inherited from IXYChartDataProvider GetNumberOfAxes , inherited from IXYChartDataProvider GetNumberOfCurves , inherited from IXYChartDataProvider GetPntAxis , inherited from IXYChartDataProvider GetPntCurve , inherited from IXYChartDataProvider GetPntData , inherited from IXYChartDataProvider GetPntWorkingDataAxis , inherited from IXYChartDataProvider GetPntWorkingDataCurve , inherited from IXYChartDataProvider GetUpdateType , inherited from IXYChartDataProvider GetVariableItf , inherited from IXYChartDataProvider IsAxisVarLocal , inherited from IXYChartDataProvider IsCurveVarLocal , inherited from IXYChartDataProvider IsElementVarLocal , inherited from IXYChartDataProvider Structure: GetPntAxisProper (Method) GetPntCurveProper (Method) GetPntDataProper (Method) SetMultiClientData (Method)
IXYChartDataProvider3.GetPntAxisProper (METH) ¶ METHOD GetPntAxisProper : POINTER TO VisuStructXYChartAxis Get pointer to properties of specific axis Instantiated into code generation part where there are all the properties InOut: Scope Name Type Return GetPntAxisProper POINTER TO VisuStructXYChartAxis Input iWhich INT