Back to Devexpress

TcxGridChartAxisPosition Subrange Type

vcl-cxgridchartview-d88c1686.md

latest1.9 KB
Original Source

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

NameDescription
cppBottomInherited from TcxGridChartPartPosition.
cppLeftInherited from TcxGridChartPartPosition.
cppRightInherited from TcxGridChartPartPosition.
cppTopInherited 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.

ValueDescription
cppLeftAn axis is displayed vertically on the left side of a chart’s plot area.
cppTopAn axis is displayed horizontally on the top side of a chart’s plot area.
cppRightAn axis is displayed vertically on the right side of a chart’s plot area.
cppBottomAn axis is displayed horizontally on the bottom side of a chart’s plot area.

Base Type

TcxGridChartPartPosition See Also

cxGridChartView Unit