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