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.
Refer to the TdxFillOptions class description for detailed information on available options.
See Also