Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartCustomSecondaryAxisCollectionItem.Interlaced Property

Specifies if the secondary axis applies interlacing to the parent diagram.

#Declaration

Delphi
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.

#Default Value

The Interlaced property’s default value is False.

See Also