Class Series3DDefinition
This class represents a definition base class for series types in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Series3DDefinition : SeriesDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, ISeriesDefinition, INotifyPropertyChanged
Constructors
Series3DDefinition()
Declaration
protected Series3DDefinition()
Properties
ContainerType
Gets the type of the DataSeries visual container.
Declaration
public override Type ContainerType { get; }
Property Value
System.Type
|
Overrides
Implements
IsDepthAxisUsed
Gets boolean value indicating whether the DataSeries should be visualized using depth (Z-axis).
Declaration
public virtual bool IsDepthAxisUsed { get; }
Property Value
System.Boolean
|
Implements
ResourceId
Gets the resource id associated with the current ISeriesDefinition. Used to identify the list of styles used with the DataPoints.
Declaration
public override object ResourceId { get; }
Property Value
System.Object
|
Overrides
Implements
Methods
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.Windows.Controls.Panel
|