Skip to main content

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:

Note

The style options specified for a specific axis (CategoryAxis or ValueAxis) override the corresponding style settings defined through the Axis property.

See Also