VisuStructXYChartLevelLine (STRUCT)¶
TYPE VisuStructXYChartLevelLine : STRUCT
This structure contains the data for a single line level
- Attributes:
- qualified_only
- InOut:
- Name - Type - Initial - Comment - xEnable- BOOL- Enable display (default is set by config page) - rValue- REAL- Level value (default is set by config page) - eLineStyle- VisuEnumPenStyle- VisuEnumPenStyle.PS_SOLID - Line style (default is set by config page) - iLineWidth- INT- 1 - Line thick (default is set by config page) - diColor- DINT- VisuFPlot.COLOR.NOT_DEFINED - Line color (default is set by config page) - ePosition- VisuEnumXYChartLvlLineLbPos.INLINE - Label: position - wsTLLabel- WSTRING(80)- Label: The name of the textlist to use (default is set by config page) - iRotationLb- INT- Label: rotation. 90° or 270° (default is set by config page) - font- VisuStructFont- Label: font to use (default is set by config page) 
