Provide access to the second dimension of the Values property. The X, Y, and Z properties provide access to the first three dimensions of the Values property.
Use the X, Y, and Z property to access the coordinates of a point.
Notes to Inheritors |
---|
These properties have protected visibility in the class, but descendant classes (e.g., RSCharts|TRS2DChartValue and TRS3DChartvalue ) publish the properties to provide more explanatory access to the dimensions of the Values property. Remember to also publish the XAsDateTime, YAsDateTime, and ZAsDateTime properties |
Namespace: RSChartPanel
Delphi |
protected |
Property Value
Type: TDateTime
The following code sets the X, Y, and Z properties of a 3D point:
|
Reference•TRS2DChartValue •TRS3DChartValue •RSChartPanel.TRSChartValue.XAsDateTime •RSChartPanel.TRSChartValue.YAsDateTime •RSChartPanel.TRSChartValue.ZAsDateTime |