<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
Defines the line orientation for a value in a TRSGuideChart
Namespace: RSChartConsts
Delphi
type TLineOrientation = (lnHorizontal, lnVertical);
Name
Description
lnHorizontal
Represents constant lnHorizontal.
lnVertical
Represents constant lnVertical.
Top