TcxGridChartHistogramStyles.AxisTitle Property
Specifies the foreground color and font settings for all axis titles in a diagram.
Declaration
property AxisTitle: TcxStyle index dsAxisTitle read; write;
Property Value
Type | Description |
---|---|
TcxStyle | The axis title style. |
Remarks
The style options specified for a specific axis title (CategoryAxisTitle or ValueAxisTitle) override the corresponding style settings defined through the AxisTitle
property.
See Also