Class XyzDataPoint3D
A data point that is determined by three individual, single-position, values.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class XyzDataPoint3D : DataPoint3D, INotifyPropertyChanged, IDataPoint
Constructors
XyzDataPoint3D()
Declaration
public XyzDataPoint3D()
Properties
XValue
Gets or sets the value that is provided for the X-axis of the cartesian chart.
Declaration
public object XValue { get; set; }
Property Value
System.Object
|
YValue
Gets or sets the value that is provided for the Y-axis of the cartesian chart.
Declaration
public object YValue { get; set; }
Property Value
System.Object
|
ZValue
Gets or sets the value that is provided for the Z-axis of the cartesian chart.
Declaration
public object ZValue { get; set; }
Property Value
System.Object
|