GVL_CONSTANTS (GVL) ¶ InOut: Scope Name Type Initial Comment Constant MAX_LEVEL_LINE INT 10 Maximum level lines present MAX_LINE_WIDTH INT 20 Maximum width of level line MAX_ZOOM_HEAP INT 10 Maximum heap size where to store previous zoom level MAX_TEXT_REPLACE INT 100 Maximum available texts for number replacing
Enums ¶ VisuEnumXYChartActivityType (Enum) VisuEnumXYChartAxType (Enum) VisuEnumXYChartAxisPosition (Enum) VisuEnumXYChartBarType (Enum) VisuEnumXYChartBgType (Enum) VisuEnumXYChartCommands (Enum) VisuEnumXYChartCursorActive (Enum) VisuEnumXYChartCursorType (Enum) VisuEnumXYChartCursorVisible (Enum) VisuEnumXYChartCvChartType (Enum) VisuEnumXYChartCvFillType (Enum) VisuEnumXYChartCvHeapCmd (Enum) VisuEnumXYChartCvOverlapType (Enum) VisuEnumXYChartFocusType (Enum) VisuEnumXYChartGradientType (Enum) VisuEnumXYChartGridType (Enum) VisuEnumXYChartLineType (Enum) VisuEnumXYChartLvlLineLbPos (Enum) VisuEnumXYChartPointStyle (Enum) VisuEnumXYChartProgType (Enum) VisuEnumXYChartShadowStyle (Enum) VisuEnumXYChartZeroLineType (Enum)
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
IXYChartDataProviderCurve.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable Input eWhich EnXYChartDataProviderCurveVar Which variable I need
IXYChartDataProviderCurveCheckPointer (ITF) ¶ INTERFACE IXYChartDataProviderCurveCheckPointer EXTENDS __SYSTEM.IQueryInterface Interface, to do some checks on the available data within the implementing fb of the curve Methods: IsDataXPointerChanged IsDataYPointerChanged Structure: IsDataXPointerChanged (Method) IsDataYPointerChanged (Method)
IXYChartDataProviderCurveCheckPointer.IsDataXPointerChanged (METH) ¶ METHOD IsDataXPointerChanged : BOOL Returns, if the pointer, which holds the variable for the curve-data-x is changed. Optionaly, the pointer can be updated within this check. InOut: Scope Name Type Comment Return IsDataXPointerChanged BOOL Input bUpdatePointer BOOL Update the used pointer
IXYChartDataProviderCurveCheckPointer.IsDataYPointerChanged (METH) ¶ METHOD IsDataYPointerChanged : BOOL Returns, if the pointer, which holds the variable for the curve-data-y is changed Optionaly, the pointer can be updated within this check. InOut: Scope Name Type Comment Return IsDataYPointerChanged BOOL Input bUpdatePointer BOOL Update the used pointer
IXYChartFont (ITF) ¶ INTERFACE IXYChartFont Interface to get font data It’s used only in offline mode