Class
XyzDataPoint3D

A data point that is determined by three individual, single-position, values.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class XyzDataPoint3D : DataPoint3D, INotifyPropertyChanged

Inheritance: objectDataPoint3DXyzDataPoint3D

Derived Classes: SurfaceDataPoint3D

Implements: INotifyPropertyChanged

Inherited Members DataPoint3D.DataItemDataPoint3D.PresenterDataPoint3D.LayoutSlotDataPoint3D.PropertyChanged

Constructors

XyzDataPoint3D()

Declaration

cs-api-definition
public XyzDataPoint3D()

Properties

XValue

Gets or sets the value that is provided for the X-axis of the cartesian chart.

Declaration

cs-api-definition
public object XValue { get; set; }

Property Value

object

YValue

Gets or sets the value that is provided for the Y-axis of the cartesian chart.

Declaration

cs-api-definition
public object YValue { get; set; }

Property Value

object

ZValue

Gets or sets the value that is provided for the Z-axis of the cartesian chart.

Declaration

cs-api-definition
public object ZValue { get; set; }

Property Value

object