TcxGridChartAxisPosition Subrange Type
In This Article
Enumerates the available positions for the axes within a chart.
#Declaration
Delphi
TcxGridChartPartPosition = (cppDefault, cppNone, cppLeft, cppTop, cppRight, cppBottom);
TcxGridChartAxisPosition = cppLeft..cppBottom;
#Members
Name | Description |
---|---|
cpp |
Inherited from Tcx |
cpp |
Inherited from Tcx |
cpp |
Inherited from Tcx |
cpp |
Inherited from Tcx |
#Remarks
The position of the axis within a chart is determined automatically based upon the type of the diagram and axis (either a category axis or a value axis) and, the options such as the CategoriesInReverseOrder property which also affect the position of the value axis.
All the possible values are listed in the following table.
Value | Description |
---|---|
cpp |
An axis is displayed vertically on the left side of a chart’s plot area. |
cpp |
An axis is displayed horizontally on the top side of a chart’s plot area. |
cpp |
An axis is displayed vertically on the right side of a chart’s plot area. |
cpp |
An axis is displayed horizontally on the bottom side of a chart’s plot area. |
#Base Type
TcxGridChartPartPositionSee Also