Skip to main content

TcxGridChartHistogramAxisValue Class

A value axis in all diagrams that provide axes for chart value measurements and comparisons.

Declaration

TcxGridChartHistogramAxisValue = class(
    TcxGridChartHistogramAxis
)

Remarks

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

An instance of the TcxGridChartHistogramAxisValue class can be accessed via a diagram’s AxisValue property.

See Also