TTMSFNCChartPointValueType Enumeration
Identifies which value field on a point is targeted by a draw or event context.
API unit family: TMSFNCChart
Members
| Name | Description |
|---|---|
cvtNone |
No specific value field. |
cvtYValue |
Primary Y value used by most chart types. |
cvtXValue |
Numeric X coordinate used by XY chart types. |
cvtXLabel |
Text label displayed on the x-axis for a point. |
cvtYValueSecond |
Second Y value used as the lower boundary of band chart types. |
cvtYValueVariable |
Variable value that controls the radius in variable-radius pie charts. |
cvtYValueHigh |
High value used by OHLC, candlestick, and box plot series. |
cvtYValueLow |
Low value used by OHLC, candlestick, and box plot series. |
cvtYValueOpen |
Opening value used by OHLC and candlestick series. |
cvtYValueClose |
Closing value used by OHLC and candlestick series. |
cvtYValueMedian |
Median value used by box plot series. |