TTMSFNCChartDrawLine Record
Describes a line segment passed to
OnBeforeDrawSerieLineandOnAfterDrawSerieLine.
API unit family: TMSFNCChart
Syntax
TTMSFNCChartDrawLine = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Bottom |
Boolean |
When True, the line is the closing segment drawn back to the baseline. |
DoAnimation |
Boolean |
When True, this draw call is part of an animation frame. |
EndPoint |
TPointF |
End coordinate of the line segment in canvas pixels. |
EndReference |
TTMSFNCChartPoint |
Chart point corresponding to the line end, or nil in virtual mode. |
EndVirtualReference |
TTMSFNCChartPointVirtual |
Virtual point data for the line end when the chart is in virtual mode. |
StackedValueEnd |
Double |
Cumulative stacked value at the end point for stacked series; zero for non-stacked types. |
StackedValueStart |
Double |
Cumulative stacked value at the start point for stacked series; zero for non-stacked types. |
StartPoint |
TPointF |
Start coordinate of the line segment in canvas pixels. |
StartReference |
TTMSFNCChartPoint |
Chart point corresponding to the line start, or nil in virtual mode. |
StartVirtualReference |
TTMSFNCChartPointVirtual |
Virtual point data for the line start when the chart is in virtual mode. |