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
IXYChartDataProvider2 ¶ GetDataProviderAxis (Method)
IXYChartDataProvider3 ¶ GetPntAxisProper (Method) GetPntCurveProper (Method) GetPntDataProper (Method) SetMultiClientData (Method)
VisuFbXYChartDataProvider.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
VisuFbXYChartDataProvider.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
VisuFbXYChartDataProvider.IsElementVarLocal (METH) ¶ METHOD IsElementVarLocal : BOOL It returns if the element variable VisuStructXYChart is local or user instantiated InOut: Scope Name Type Return IsElementVarLocal BOOL
VisuFbXYChartDataProviderAxis (FB) ¶ FUNCTION_BLOCK VisuFbXYChartDataProviderAxis IMPLEMENTS IXYChartDataProviderAxis This function block is the implementation of the IXYChartDataProviderAxis interface. It is used by the generated code to provide suitable instances of this interface. It contains parameters of data array used in axis to calculate the curve An instance of this is present in generated code InOut: Scope Name Type Comment Input minVar VisuFbXYChartGenericVariable Minimum value, variable or number, if present maxVar VisuFbXYChartGenericVariable Maximum value, variable or number, if present Methods: GetVariableItf Structure: GetVariableItf (Method)
VisuFbXYChartDataProviderAxis.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable2 Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable2 Input eWhich EnXYChartDataProviderAxisVar Which variable I need