Table of Contents

TTMSFNCChartDrawPoint Record

Describes a single data point marker passed to OnBeforeDrawSeriePoint and OnAfterDrawSeriePoint.

API unit family: TMSFNCChart

Syntax

TTMSFNCChartDrawPoint = record

Fields and properties

Name Type Description
DoAnimation Boolean When True, this draw call is part of an animation frame.
Point TPointF Canvas coordinate of the marker center.
Reference TTMSFNCChartPoint Chart point for this marker, or nil in virtual mode.
VirtualReference TTMSFNCChartPointVirtual Virtual point data when the chart is in virtual mode.