Skip to main content

TcxGridChartHistogramStyles.AxisTitle Property

Specifies the foreground color and font settings for all axis titles within a diagram.

Declaration

property AxisTitle: TcxStyle index dsAxisTitle read; write;

Property Value

Type
TcxStyle

Remarks

The style options specified for a specific axis title (via the CategoryAxisTitle or ValueAxisTitle property) override the corresponding style settings set via the AxisTitle property.

See Also