TdxChartCustomAxis.Appearance Property
In This Article
Provides access to general axis appearance options.
#Declaration
Delphi
property Appearance: TdxChartAxisAppearance read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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