VisuEnumXYChartAxType (ENUM) ¶ TYPE VisuEnumXYChartAxType : Axis background painting type Attributes: qualified_only InOut: Name Initial Comment NO 0 No background will be drawn, i.e. the element will be transparent. PLAIN 1 A background with a user defined color will be drawn. Plain color GRADIENT 2 A background with a gradient color will be drawn IMAGE 3 The background will be drawn using an image
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
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
IXYChartDataProviderCurve.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