Skip to main content

TcxGridChartHistogramStyles.Axis Property

Specifies the style for all axes and their elements within a diagram.

Declaration

property Axis: TcxStyle index dsAxis read; write;

Property Value

Type
TcxStyle

Remarks

Use this property to specify the following style attributes:

Note

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

See Also