VisuEnumXYChartActivityType (ENUM) ¶ TYPE VisuEnumXYChartActivityType : General activities type Attributes: qualified_only InOut: Name Initial Comment NO 0 Nothing to do ZOOM Zoom PAN Pan
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
VisuEnumXYChartAxisPosition (ENUM) ¶ TYPE VisuEnumXYChartAxisPosition : Axis position Attributes: qualified_only InOut: Name Initial Comment NOVIS 0 not visible LEFTSIDE 1 visible on the left side RIGHTSIDE 2 visible on the righ side
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
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