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

TdxChartCustomDiagram.Appearance Property

Provides access to diagram appearance settings.

Declaration

property Appearance: TdxChartDiagramAppearance read; write;

Property Value

Type Description
TdxChartDiagramAppearance

Stores diagram appearance settings.

Remarks

Use Appearance.Paddings and Appearance.FillOptions properties to adjust diagram paddings and customize background fill options.

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

See Also