TcxGridChartHistogramStyles.CategoryAxisTitle Property
In This Article
Specifies the foreground color and font settings for a category axis title.
#Declaration
Delphi
property CategoryAxisTitle: TcxStyle index dsCategoryAxisTitle read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The category axis caption style. |
#Remarks
The style options specified via this property override the corresponding style settings set via the AxisTitle property.
See Also