Skip to main content

TcxGridChartHistogramAxisTitle Class

An axis title in a chart diagram.

Declaration

TcxGridChartHistogramAxisTitle = class(
    TcxCustomGridChartTitle
)

Remarks

In addition to the settings inherited from the base TcxCustomGridChartTitle class, the TcxGridChartHistogramAxisTitle class introduces an Axis property that provides access to the axis which corresponds to this title.

An instance of the TcxGridChartHistogramAxisTitle class can be accessed via a diagram’s AxisCategory.Title and AxisValue.Title properties.

See Also