New to Telerik UI for WPFStart a free 30-day trial

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: SurfaceDataPoint3D

Implements: INotifyPropertyChanged

Inherited Members DataPoint3D.DataItemDataPoint3D.PresenterDataPoint3D.LayoutSlotDataPoint3D.PropertyChanged

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; }

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

C#
public object ZValue { get; set; }