XyzDataPoint3D
Class
A data point that is determined by three individual, single-position, values.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class XyzDataPoint3D : DataPoint3D, INotifyPropertyChanged
Inheritance: objectDataPoint3DXyzDataPoint3D
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public XyzDataPoint3D()
Properties
Gets or sets the value that is provided for the X-axis of the cartesian chart.
C#
public object XValue { get; set; }
Gets or sets the value that is provided for the Y-axis of the cartesian chart.
C#
public object YValue { get; set; }