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