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

An object that contains information about a point in a 3D series. May contain layout specific information and data specific information.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public abstract class DataPoint3D : INotifyPropertyChanged

Inheritance: objectDataPoint3D

Derived Classes: XyzDataPoint3D

Implements: INotifyPropertyChanged

Constructors

C#
protected DataPoint3D()

Properties

Gets the object instance that represents the data associated with this point. Valid when the owning chart series is data-bound.

C#
public object DataItem { get; }

Gets the 3D rectangle (in WPF 3D coordinates) where this data point resides.

C#
public RadRect3D LayoutSlot { get; }

Gets the series that owns and presents (visualizes) this data point.

C#
public object Presenter { get; }

Events

Occurs when a value of some property has changed.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged