Back to Devexpress

TdxChartCustomAxis.Appearance Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-fefd1cfc.md

latest956 B
Original Source

TdxChartCustomAxis.Appearance Property

Provides access to general axis appearance options.

Declaration

delphi
property Appearance: TdxChartAxisAppearance read; write;

Property Value

TypeDescription
TdxChartAxisAppearance

Stores axis appearance settings.

|

Remarks

You can use Appearance.Color and Appearance.Thickness properties to change color and thickness of the axis, respectively. Refer to the TdxChartAxisAppearance class description for information on all available options.

See Also

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit