Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartAxisPosition Subrange Type

Enumerates the available positions for the axes within a chart.

#Declaration

Delphi
TcxGridChartPartPosition = (cppDefault, cppNone, cppLeft, cppTop, cppRight, cppBottom);
TcxGridChartAxisPosition = cppLeft..cppBottom;

#Members
Show Inherited Hide Inherited

Name Description
cppBottom Inherited from TcxGridChartPartPosition.
cppLeft Inherited from TcxGridChartPartPosition.
cppRight Inherited from TcxGridChartPartPosition.
cppTop Inherited from TcxGridChartPartPosition.

#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
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.

#Base Type

TcxGridChartPartPosition
See Also