VisuStructXYChartAxis (STRUCT)¶
TYPE VisuStructXYChartAxis : STRUCT
This structure contains the data for a single axis
- Attributes:
- qualified_only
- InOut:
- Name - Type - Initial - Comment - wsAxName- WSTRING(80)- Axis name (initial value is set by config page) - rMin- REAL- 0.0 - Minimum axis value (initial value is set by config page) - rMax- REAL- 100.0 - Maximum axis value (initial value is set by config page) - ePosition- VisuEnumXYChartAxisPosition.LEFTSIDE - Where to display axis (initial value is set by config page) - xAutoScale- BOOL- Auto scale enable (initial value is set by config page) - diColor- DINT- VisuFPlot.COLOR.Black - Axis color (16#RRGGBB) (initial value is set by config page) - eBackgroundType- VisuEnumXYChartAxType.PLAIN - Background type (initial value is set by config page) - diColorBg- DINT- VisuFPlot.COLOR.Silver - Background color (16#RRGGBB) (initial value is set by config page) - bTranspBg- BYTE- VisuFPlot.COLOR.TRANSP_NO - Background transparency (initial value is set by config page) - BgGradient- Background Gradient color (initial value is set by config page) - dwFlags- DWORD- Flags for visible conditions (see GVL_AXIS) (initial value is set by config page) - wsIPImage- WSTRING(80)- Background Image: The name of the image pool to use (initial value is set by config page) - eImgStyle- VisuEnumIsotropicType- VisuEnumIsotropicType.ANISOTROPIC - Background Image: How to display image (initial value is set by config page) - diImgTranspColor- DINT- VisuFPlot.COLOR.NOT_DEFINED - Background Image: transparent color (initial value is set by config page) - wsTLLabel- WSTRING(80)- Label: The name of the textlist to use (initial value is set by config page) - iRotationLb- INT- Label rotation. 90° or 270° (initial value is set by config page) - font- VisuStructFont- Label: font to use (initial value is set by config page) - rNumRotationAngle- REAL- 0.0 - Number display rotation: angle of rotation - xNumRotationAlignToMark- BOOL- TRUE - Number display rotation: if the number rotation is aligned to ruler marks - wsTLNumberReplace- WSTRING(80)- Replacing numbers with text: text list to use - aLevelLine- ARRAY [1..MAX_LEVEL_LINE] OF VisuStructXYChartLevelLine - Level lines (initial value is set by config page) - rValueCursM- REAL- Value at main cursor position. - rValueCursS- REAL- Value at secondary cursor position. - iInitialized- INT- <> 0 if the structure has been completely initialilsed by the element 
