DataPoint3D
Class
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:
Implements:
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; }
Events
Occurs when a value of some property has changed.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: