Skip to main content
A newer version of this page is available. .

TdxChartAxisAppearance.InterlacedFillOptions Property

Provides access to fill settings of interlaced diagram areas associated with the axis.

Declaration

property InterlacedFillOptions: TdxFillOptions read; write;

Property Value

Type Description
TdxFillOptions

Stores area fill settings for DevExpress controls.

Remarks

You can set the Interlaced property of an axis to True to highlight all interlaced diagram areas associated with the axis. The InterlacedFillOptions property set allows you to customize fill settings of the highlighted areas.

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

Refer to the TdxFillOptions class description for detailed information on available options.

See Also