Skip to main content

TcxGridChartHistogramAxis Class

A generic axis in a chart diagram.

Declaration

TcxGridChartHistogramAxis = class(
    TcxCustomGridChartDiagramOptions
)

Remarks

This class is the base class for the classes which represent category and value axes. The TcxGridChartHistogramAxis class introduces options, which control the following appearance aspects of an axis and its elements:

  • an axis’s visibility (Visible);

  • the position and appearance settings of an axis title, tick marks and their labels (via the Title, TickMarkKind, and TickMarkLabels properties, respectively);

  • the visibility of axis gridlines (GridLines).

Note

TcxGridChartHistogramAxis descendants implement the GetPosition function to return meaningful values according to the axis type they correspond.

Inheritance

See Also