Skip to main content

TcxGridChartHistogramValues Class

Contains base appearance options for data markers in all diagrams that provide axes for chart value measurements and comparisons.

Declaration

TcxGridChartHistogramValues = class(
    TcxCustomGridChartDiagramOptions
)

Remarks

In addition to the settings inherited from the base TcxCustomGridChartDiagramOptions class, the TcxGridChartHistogramValues class introduces properties that control the following appearance settings of data markers:

An instance of the TcxGridChartHistogramValues class can be accessed via a diagram’s Values property.

Inheritance

See Also