TTMSFNCChartDrawMultiPoint Record
Describes a multi-value point (OHLC, candlestick, or box plot) passed to draw events.
API unit family: TMSFNCChart
Syntax
TTMSFNCChartDrawMultiPoint = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DoAnimation |
Boolean |
When True, this draw call is part of an animation frame. |
PointClose |
TPointF |
Canvas position of the close value for this point. |
PointHigh |
TPointF |
Canvas position of the high value for this point. |
PointLow |
TPointF |
Canvas position of the low value for this point. |
PointMedian |
TPointF |
Canvas position of the median value for box plot series. |
PointOpen |
TPointF |
Canvas position of the open value for this point. |
Rect |
TRectF |
Bounding rectangle of the candlestick body or box plot box. |
Reference |
TTMSFNCChartPoint |
Chart point for this multi-value item, or nil in virtual mode. |
VirtualReference |
TTMSFNCChartPointVirtual |
Virtual point data when the chart is in virtual mode. |