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