Skip to main content

TcxGridChartHistogramAxisCategory Class

The base class for category axes in all diagrams that provide axes for chart value measurement and comparison.

Declaration

TcxGridChartHistogramAxisCategory = class(
    TcxGridChartHistogramAxis
)

Remarks

In addition to the settings inherited from the base TcxGridChartHistogramAxis class, the TcxGridChartHistogramAxisCategory class introduces properties that allow you to control the following category axis attributes:

An instance of the TcxGridChartHistogramAxisCategory class can be accessed via a diagram’s AxisCategory property.

See Also