Skip to main content

TcxGridChartHistogramAxisCategory Members

The base class for category axes in all diagrams that provide axes for chart value measurement and comparison.

Constructors

Name Description
Create(TcxGridChartDiagram) Initializes a new instance of the TcxCustomGridChartDiagramOptions class with specified settings. Inherited from TcxCustomGridChartDiagramOptions.

Properties

Name Description
CategoriesInReverseOrder Specifies whether categories represented by the category axis are displayed in reverse order.
Diagram Provides access to the chart diagram which displays the axis. Inherited from TcxGridChartHistogramAxis.
GridLines Specifies the visibility of chart gridlines associated with the axis. Inherited from TcxGridChartHistogramAxis.
GridView Provides access to the Chart View which displays the chart diagram that owns the options that are referenced by the current instance of the class. Inherited from TcxCustomGridChartDiagramOptions.
TickMarkKind Specifies the manner in which tick marks are displayed for the axis. Inherited from TcxGridChartHistogramAxis.
TickMarkLabels Specifies the visibility of tick-mark labels associated with the axis. Inherited from TcxGridChartHistogramAxis.
Title Specifies axis title appearance settings. Inherited from TcxGridChartHistogramAxis.
ValueAxisAtMaxCategory Specifies whether a value axis intersects the category axis at the maximum category. This position corresponds to the last displayed category when categories are painted in the default plotting order.
ValueAxisBetweenCategories Specifies whether a value axis crosses the category axis between categories.
Visible Specifies the visibility of the axis and its elements within a chart diagram. Inherited from TcxGridChartHistogramAxis.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetPosition When implemented, determines the position of the axis within a chart diagram. Inherited from TcxGridChartHistogramAxis.
ToString Inherited from TObject.
See Also