Skip to main content

TcxGridChartBarDiagram Class

Declaration

TcxGridChartBarDiagram = class(
    TcxGridChartColumnDiagram
)

Remarks

The TcxGridChartBarDiagram class does not extend its ancestor class with new properties and events; it simply designates the default positions (specific to bar diagrams) of the category axis (which is on the left side of a chart’s plot area) and the value axis (see the GetCategoryAxisPosition and GetValueAxisPosition functions, respectively).

See Also