<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
Defines the 2 dimensions needed for a 2D point (X and Y).
Namespace: RSChartConsts
Delphi
type TXY = (xyX, xyY);
Name
Description
xyX
Represents constant xyX.
xyY
Represents constant xyY.
Top