Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TVerticalAxis Enumeration
Defines the type of vertical axis, e.g., whether it is the left axis, the right axis, or another custom vertical axis.
Namespace: RSChartConsts
Delphi
type TVerticalAxis = (vaLeftAxis, vaRightAxis, vaCustomAxis);
Name
Description
vaCustomAxis
Represents constant vaCustomAxis.
vaLeftAxis
Represents constant vaLeftAxis.
vaRightAxis
Represents constant vaRightAxis.
Top
•RSChartConsts