VisuElemTrace Library Documentation ¶ Company : System Title : VisuElemTrace Version : 4.6.0.0 Categories : Intern|Visu Author : CODESYS Development GmbH Placeholder : System_VisuElemTrace Description [ 1 ] ¶ This library contains the PlotLib and the visual element trace. Contents: ¶ LegendDisplayer VisuEnumLegendDisplayerLineType (Enum) VisuStructLegendDisplayerCheckBoxPos (Struct) VisuStructLegendDisplayerCheckBoxStatus (Struct) TL_ElementProperties (TextList) Trace Globals Helpfunctions Trend Function blocks Helpfunctions TrendGlobalSettings (GVL) debugging Utilities Trend_CompilerDefineLogging (FunctionBlock) Indices and tables ¶ [ 1 ] Based on VisuElemTrace.library, last modified 23.05.2024, 09:56:02. LibDoc 4.5.0.0 The content file VisuElemTrace.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 23.05.2024, 09:56:08.
LegendDisplayer ¶ VisuEnumLegendDisplayerLineType (Enum) VisuStructLegendDisplayerCheckBoxPos (Struct) VisuStructLegendDisplayerCheckBoxStatus (Struct)
VisuEnumLegendDisplayerLineType (ENUM) ¶ TYPE VisuEnumLegendDisplayerLineType : Do not change the order, is it also used in C# Attributes: qualified_only InOut: Name Initial SHAPE 0 BULLET 1 NONE 2
VisuStructLegendDisplayerCheckBoxPos (STRUCT) ¶ TYPE VisuStructLegendDisplayerCheckBoxPos : STRUCT Structure that contains the positions of the check box display closed to the var name InOut: Name Type Initial Comment ptTopLeft VisuStructPoint position of valid input for check box ptBottomRight VisuStructPoint xVisible BOOL TRUE
VisuStructLegendDisplayerCheckBoxStatus (STRUCT) ¶ TYPE VisuStructLegendDisplayerCheckBoxStatus : STRUCT Structure that contains the status of the check box display closed to the var name InOut: Name Type xChecked BOOL
VisuFbXYChartDataProvider.GetAxisFontLabel (METH) ¶ METHOD GetAxisFontLabel : POINTER TO IXYChartFont Get label of the specific axis It’s used only in offline mode InOut: Scope Name Type Return GetAxisFontLabel POINTER TO IXYChartFont Input iWhich INT
VisuFbXYChartDataProvider.GetDataProviderCurve (METH) ¶ METHOD GetDataProviderCurve : IXYChartDataProviderCurve Get data provider interface for a specific curve InOut: Scope Name Type Return GetDataProviderCurve IXYChartDataProviderCurve Input iWhich INT
VisuFbXYChartDataProvider.GetLineLevelFont (METH) ¶ METHOD GetLineLevelFont : POINTER TO IXYChartFont Get a level line font label It’s used only in offline mode InOut: Scope Name Type Comment Return GetLineLevelFont POINTER TO IXYChartFont Input iWhichAx INT iWhichLv INT which axis I’m asking for
VisuFbXYChartDataProvider.GetLineLevelStruct (METH) ¶ METHOD GetLineLevelStruct : POINTER TO IXYChartVisuStructLevelLine Get a level line structure It’s used only in offline mode InOut: Scope Name Type Comment Return GetLineLevelStruct POINTER TO IXYChartVisuStructLevelLine Input iWhichAx INT iWhichLv INT which axis I’m asking for
VisuFbXYChartDataProvider.GetNumberOfAxes (METH) ¶ METHOD GetNumberOfAxes : INT Get number of axes defined in the element InOut: Scope Name Type Return GetNumberOfAxes INT