vcl-cxgridchartview-d88c1686.md
Enumerates the available positions for the axes within a chart.
TcxGridChartPartPosition = (cppDefault, cppNone, cppLeft, cppTop, cppRight, cppBottom);
TcxGridChartAxisPosition = cppLeft..cppBottom;
| Name | Description |
|---|---|
| cppBottom | Inherited from TcxGridChartPartPosition. |
| cppLeft | Inherited from TcxGridChartPartPosition. |
| cppRight | Inherited from TcxGridChartPartPosition. |
| cppTop | Inherited from TcxGridChartPartPosition. |
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 |
|---|---|
cppLeft | An axis is displayed vertically on the left side of a chart’s plot area. |
cppTop | An axis is displayed horizontally on the top side of a chart’s plot area. |
cppRight | An axis is displayed vertically on the right side of a chart’s plot area. |
cppBottom | An axis is displayed horizontally on the bottom side of a chart’s plot area. |
TcxGridChartPartPosition See Also