Class DataPoint3D
An object that contains information about a point in a 3D series. May contain layout specific information and data specific information.
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class DataPoint3D : INotifyPropertyChanged, IDataPoint
Constructors
DataPoint3D()
Declaration
protected DataPoint3D()
Properties
DataItem
Gets the object instance that represents the data associated with this point. Valid when the owning chart series is data-bound.
Declaration
public object DataItem { get; }
Property Value
System.Object
|
LayoutSlot
Gets the 3D rectangle (in WPF 3D coordinates) where this data point resides.
Declaration
public RadRect3D LayoutSlot { get; }
Property Value
RadRect3D
|
Presenter
Gets the series that owns and presents (visualizes) this data point.
Declaration
public object Presenter { get; }
Property Value
System.Object
|
Events
PropertyChanged
Occurs when a value of some property has changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|