VisuEnumXYChartFocusType (ENUM) ¶ TYPE VisuEnumXYChartFocusType : How to display the focus Attributes: qualified_only InOut: Name Initial Comment NOSHOW 0 no focus showing FOC_MOVE_AX 1 Display focus showing axis next to the curve area FOC_REV_COL Display focus showing reversing color in axis FOC_MOVE_REV Display focus merging “Show1” and “Show2”
VisuEnumXYChartGradientType (ENUM) ¶ TYPE VisuEnumXYChartGradientType : Gradient painting type Attributes: qualified_only InOut: Name Initial LINEAR 0 RADIAL AXIAL
VisuEnumXYChartGridType (ENUM) ¶ TYPE VisuEnumXYChartGridType : Grid type Attributes: qualified_only InOut: Name Initial Comment NO 0 not used LARGE Large grid NARROW Narrow grid DOT_LARGE Dotted grid on large marks DOT_NARROW Dotted grid on small marks HLINE_LARGE Horizontal lines only on large marks HLINE_NARROW Horizontal lines only on narrow marks VLINE_LARGE Vertical lines only on large marks VLINE_NARROW Vertical lines only on narrow marks
VisuEnumXYChartLineType (ENUM) ¶ TYPE VisuEnumXYChartLineType : How to display the curve in case of chart line Attributes: qualified_only InOut: Name Initial Comment LINE 0 Normal line STEP_LOW A square continuous line that marks as low level the value STEP_HIGH A square continuous line that marks as high level the value ONLY_POINTS Only acqusition points
VisuEnumXYChartLvlLineLbPos (ENUM) ¶ TYPE VisuEnumXYChartLvlLineLbPos : Where display label in level line Attributes: qualified_only InOut: Name Initial Comment INLINE 0 Aligned at the end of the line ABOVE Above the line BELOW Below the line LEFT Left to the line RIGHT Right to the line
IXYChartDataProviderAxis (ITF) ¶ INTERFACE IXYChartDataProviderAxis EXTENDS __SYSTEM.IQueryInterface Interface to get axis data from generated code Methods: GetVariableItf Structure: GetVariableItf (Method)
IXYChartDataProviderAxis.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable2 Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable2 Input eWhich EnXYChartDataProviderAxisVar Which variable I need
IXYChartDataProviderCurve (ITF) ¶ INTERFACE IXYChartDataProviderCurve EXTENDS __SYSTEM.IQueryInterface Interface to get curve data from generated code Methods: GetDataXUnchecked GetDataYUnchecked GetFirstDataXItf GetFirstDataYItf GetLowerBorder GetRawDataXUnchecked GetRawDataYUnchecked GetUpperBorder GetVariableItf Structure: GetDataXUnchecked (Method) GetDataYUnchecked (Method) GetFirstDataXItf (Method) GetFirstDataYItf (Method) GetLowerBorder (Method) GetRawDataXUnchecked (Method) GetRawDataYUnchecked (Method) GetUpperBorder (Method) GetVariableItf (Method)
IXYChartDataProviderCurve.GetDataXUnchecked (METH) ¶ METHOD GetDataXUnchecked : REAL It returns the value of X 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 GetDataXUnchecked REAL Input diPos DINT
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