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