ClassDataPoint3D
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:
cs-api-definition
public abstract class DataPoint3D : INotifyPropertyChanged
Inheritance: objectDataPoint3D
Derived Classes:
Implements:
Constructors
DataPoint3D()
Declaration
cs-api-definition
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.
LayoutSlot
Gets the 3D rectangle (in WPF 3D coordinates) where this data point resides.
Events
PropertyChanged
Occurs when a value of some property has changed.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements