Class RadialSeries3DDefinition
This class represents a definition base class for radial series types.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class RadialSeries3DDefinition : Series3DDefinition, IAggregationGroupSeriesDefinition, ISeries3DDefinition, IRadialSeriesDefinition, ISeriesDefinition, INotifyPropertyChanged
Constructors
RadialSeries3DDefinition()
Initializes a new instance of the RadialSeries3DDefinition class.
Declaration
protected RadialSeries3DDefinition()
Properties
IsDepthAxisUsed
Gets boolean value indicating whether the DataSeries should be visualized using depth (Z-axis).
Declaration
public override bool IsDepthAxisUsed { get; }
Property Value
System.Boolean
|
Overrides
IsHorizontalAxisUsed
Gets boolean value indicating whether horizontal axis should be used with this series or not.
Declaration
public override bool IsHorizontalAxisUsed { get; }
Property Value
System.Boolean
|
Overrides
Implements
IsVerticalAxisUsed
Gets boolean value indicating whether vertical axis should be used with this series or not.
Declaration
public override bool IsVerticalAxisUsed { get; }
Property Value
System.Boolean
|
Overrides
Implements
LabelOffset
Gets or sets the label offset.
Declaration
public double LabelOffset { get; set; }
Property Value
System.Double
The label offset. |