Table of Contents

TTMSFNCChartDrawXYGridLine Record

Describes an axis grid line passed to grid draw events.

API unit family: TMSFNCChart

Syntax

TTMSFNCChartDrawXYGridLine = record

Fields and properties

Name Type Description
Index Integer Zero-based grid line index along the axis.
Kind TTMSFNCChartDrawXYValueKind Whether this is a major or minor grid line.
Value Double Numeric value at which the grid line is drawn.
ValueGridLine Boolean When True, this line corresponds to a value grid line rather than a border line.
ValueRadius TPointF Radial position used for spider chart grid circles.
XEndPoint TPointF End point of the horizontal grid line in canvas pixels.
XStartPoint TPointF Start point of the horizontal grid line in canvas pixels.
YEndPoint TPointF End point of the vertical grid line in canvas pixels.
YStartPoint TPointF Start point of the vertical grid line in canvas pixels.