Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TRSChartAxisLocation Enumeration
Defines the location of a TRSChartAxis. When a TRSChartAxis is constructed, a parameter of this type is passed in so that the chart axis knows where it is located.
Namespace: RSChartConsts
Delphi
type TRSChartAxisLocation = (caLeft, caRight, caBottom, caTop);
Name
Description
caBottom
Represents constant caBottom.
caLeft
Represents constant caLeft.
caRight
Represents constant caRight.
caTop
Represents constant caTop.
Top
•TRSChartAxis
•RSChartConsts.TRSChartAxisLocations
•RSChartConsts