Skip to main content

TcxGridChartLineDiagramAxisCategory Class

A category axis in line and area diagrams.

Declaration

TcxGridChartLineDiagramAxisCategory = class(
    TcxGridChartHistogramAxisCategory
)

Remarks

The TcxGridChartLineDiagramAxisCategory class does not introduce any new functionality, but instead modifies the default position of a category axis in these diagrams. You can modify this position via the ValueAxisBetweenCategories property.

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

See Also