TcxGridChartHistogramStyles.Axis Property
Specifies the style for all axes and their elements in a diagram.
Declaration
property Axis: TcxStyle index dsAxis read; write;
Property Value
| Type | Description |
|---|---|
| TcxStyle | The axis style. |
Remarks
Use this property to specify the following style attributes:
The color of axes and their tick marks.
Font settings of tick-mark labels.
Note
The style options specified for a specific axis (CategoryAxis or ValueAxis) override the corresponding style settings defined through the Axis property.
See Also