VisuEnumXYChartBarType (ENUM) ¶ TYPE VisuEnumXYChartBarType : How to display the curve in case of chart bar Attributes: qualified_only InOut: Name Initial Comment FIXED 0 Bar with fixed size VARIABLE Bar with variable size
VisuEnumXYChartBgType (ENUM) ¶ TYPE VisuEnumXYChartBgType : 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 FROM_STYLE 4 The background will be drawn using the style information
VisuEnumXYChartCommands (ENUM) ¶ TYPE VisuEnumXYChartCommands : Special commands to the element Attributes: qualified_only InOut: Name Initial Comment NO 0 Nothing to do PRG_SAVE Save data after programming PRG_UNDO Undo single point during programming PRG_UNDO_ALL Undo all curve during programming ZOOM_HOME Reset zoom situation ZOOM_UNDO Zoom undo one step PAN_HOME Reset pan situation
VisuEnumXYChartCursorActive (ENUM) ¶ TYPE VisuEnumXYChartCursorActive : What cursors is active Attributes: qualified_only InOut: Name Comment MAIN the main one SECOND the second
VisuEnumXYChartCursorType (ENUM) ¶ TYPE VisuEnumXYChartCursorType : Cursor shape Attributes: qualified_only InOut: Name Initial Comment VERTICAL 0 Vertical line CROSS_BIG Big cross CROSS_SMALL Small cross INTERCEPTOR Vertical cursor that shows the itercepting point to curve
VisuEnumXYChartCursorVisible (ENUM) ¶ TYPE VisuEnumXYChartCursorVisible : Cursors visibilities Attributes: qualified_only InOut: Name Initial Comment NOVIS 0 not visible VISIBLE_MAIN visible the main one VISIBLE_BOTH visible the main one and the second one
VisuEnumXYChartCvChartType (ENUM) ¶ TYPE VisuEnumXYChartCvChartType : How to display the curve: standard, histogram, etc.. Attributes: qualified_only InOut: Name Initial Comment LINE 0 Curve is display as continuous curve BAR Curve is display as a series of bars AREA Area chart
VisuEnumXYChartCvFillType (ENUM) ¶ TYPE VisuEnumXYChartCvFillType : Area curve filling type Attributes: qualified_only InOut: Name Initial Comment NO 0 No area curve will be drawn, i.e. the area curve will be transparent. PLAIN 1 The area included in the curve will be coloured with a user defined color GRADIENT 2 The area included in the curve will be coloured with a gradient color
IXYChartDataProviderCurve.GetDataYUnchecked (METH) ¶ METHOD GetDataYUnchecked : REAL It returns the value of Y at specific position, without check if the index is in the range. The assumption is that the check it’s already done InOut: Scope Name Type Return GetDataYUnchecked REAL Input diPos DINT
IXYChartDataProviderCurve.GetFirstDataXItf (METH) ¶ METHOD GetFirstDataXItf : IXYChartGenericVariable It returns the interface to access of the first data X InOut: Scope Name Type Return GetFirstDataXItf IXYChartGenericVariable