Class Series3D
This class represents a chart series in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Series3D : ModelVisual3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D, ILogicalItem
Constructors
Series3D()
Series3D(DataSeries)
Initializes a new instance of the Series3D class.
Declaration
public Series3D(DataSeries dataSeries)
Parameters
DataSeries
dataSeries
The data series. |
Fields
DataSeriesProperty
Identifies the DataSeries dependency property.
Declaration
public static readonly DependencyProperty DataSeriesProperty
Field Value
System.Windows.DependencyProperty
|
DefinitionProperty
Identifies the Definition attached dependency property.
Declaration
public static readonly DependencyProperty DefinitionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ChartArea
Gets or sets the ChartArea associated with the Series3D instance.
Declaration
public ChartArea ChartArea { get; set; }
Property Value
ChartArea
|
DataSeries
Gets or sets the DataSeries associated with the 3D series.
Declaration
public DataSeries DataSeries { get; set; }
Property Value
DataSeries
|
Definition
Gets or sets the SeriesDefinition associated with the 3D series.
Declaration
public ISeriesDefinition Definition { get; set; }
Property Value
ISeriesDefinition
|
Methods
SubscribeToPropertyChanged(DataSeries)
Subscribes to the PropertyChanged event associated with the data points collection for the respective series.
Declaration
public void SubscribeToPropertyChanged(DataSeries dataSeries)
Parameters
DataSeries
dataSeries
|
UnsubscribeToPropertyChanged(DataSeries)
Subscribes from the PropertyChanged event associated with the data points collection for the respective series.
Declaration
public void UnsubscribeToPropertyChanged(DataSeries dataSeries)
Parameters
DataSeries
dataSeries
|