<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
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