Class
DataPoint3D

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

Implements: INotifyPropertyChanged

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.

Declaration

cs-api-definition
public object DataItem { get; }

Property Value

object

LayoutSlot

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

Declaration

cs-api-definition
public RadRect3D LayoutSlot { get; }

Property Value

RadRect3D

Presenter

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

Declaration

cs-api-definition
public object Presenter { get; }

Property Value

object

Events

PropertyChanged

Occurs when a value of some property has changed.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged