TTMSFNCChartDrawRect Record
Describes a bar or area fill rectangle passed to
OnBeforeDrawSerieRectandOnAfterDrawSerieRect.
API unit family: TMSFNCChart
Syntax
TTMSFNCChartDrawRect = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DoAnimation |
Boolean |
When True, this draw call is part of an animation frame. |
Rect |
TRectF |
Bounding rectangle of the bar or filled area segment in canvas pixels. |
Reference |
TTMSFNCChartPoint |
Chart point for this rectangle, or nil in virtual mode. |
StackedValue |
Double |
Cumulative stacked value represented by this rectangle for stacked series. |
VirtualReference |
TTMSFNCChartPointVirtual |
Virtual point data when the chart is in virtual mode. |