Skip to main content

TdxChartCustomAxis.Interlaced Property

Specifies if the axis applies interlacing to its diagram.

Declaration

property Interlaced: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if the axis highlights all interlaced diagram areas bound by major grid lines; otherwise, False.

Remarks

Set the Interlaced property to True to highlight all interlaced diagram areas associated with the axis according to settings accessible through the Appearance.InterlacedFillOptions property. Like grid lines, interlacing can improve chart readability.

VCL Chart Control: Highlighted Interlaced Diagram Areas Associated with the Axis of Arguments

The Interlaced property’s default value is False.

See Also