Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
THorizontalAxis Enumeration
Defines the type of horizontal axis, e.g., whether it is the bottom axis, the top axis, or another custom horizontal axis.
Namespace: RSChartConsts
Delphi
type THorizontalAxis = (haBottomAxis, haTopAxis, haCustomAxis);
Name
Description
haBottomAxis
Represents constant haBottomAxis.
haCustomAxis
Represents constant haCustomAxis.
haTopAxis
Represents constant haTopAxis.
Top
•RSChartConsts