TcxGridChartHistogramAxisCategory Class
In This Article
The base class for category axes.
#Declaration
Delphi
TcxGridChartHistogramAxisCategory = class(
TcxGridChartHistogramAxis
)
#Remarks
In addition to the settings inherited from the base TcxGridChartHistogramAxis class, the TcxGridChartHistogramAxisCategory
class introduces properties that allow you to control the following category axis attributes:
- The position of the intersection of axes of categories and values (ValueAxisAtMaxCategory and ValueAxisBetweenCategories).
- Category display order (CategoriesInReverseOrder).
#Direct TcxGridChartHistogramAxisCategory Class Reference
The TcxGridChartHistogram.AxisCategory property references a TcxGridChartHistogramAxisCategory
object.
#Inheritance
TObject
TPersistent
TcxCustomGridChartDiagramOptions
TcxGridChartHistogramAxis
TcxGridChartHistogramAxisCategory
See Also