Class RadialSeriesDefinition
Represents a IRadialSeriesDefinition.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class RadialSeriesDefinition : SeriesDefinition, IAggregationGroupSeriesDefinition, IRadialSeriesDefinition, ISeriesDefinition, INotifyPropertyChanged, ISeriesDefinitionSupportsMaskOverlay
Constructors
RadialSeriesDefinition()
Initializes a new instance of the RadialSeriesDefinition class.
Declaration
protected RadialSeriesDefinition()
Fields
LabelSettingsProperty
Identifies the LabelSettings dependency property.
Declaration
public static readonly DependencyProperty LabelSettingsProperty
Field Value
System.Windows.DependencyProperty
|
MaskVisibilityProperty
Identifies the MaskVisibility dependency property.
Declaration
public static readonly DependencyProperty MaskVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
RadiusFactorProperty
Identifies the RadiusFactor dependency property.
Declaration
public static readonly DependencyProperty RadiusFactorProperty
Field Value
System.Windows.DependencyProperty
|
StartAngleProperty
Identifies the StartAngle dependency property.
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
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. |
Implements
LabelSettings
Gets the label settings.
Declaration
public RadialLabelSettings LabelSettings { get; set; }
Property Value
RadialLabelSettings
The label settings. |
MaskVisibility
Gets or sets a value indicating whether the built-in mask overlay should be visible or not.
Declaration
public Visibility MaskVisibility { get; set; }
Property Value
System.Windows.Visibility
The default value is Visible. |
Remarks
This property is applicable only to a limited set of the supported themes (i.e. Office, Vista, Windows7). Also disabling the mask overlay will disable the item selection indicator as well.
RadiusFactor
Gets or sets the radius factor.
Declaration
public double RadiusFactor { get; set; }
Property Value
System.Double
The radius factor. |
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
StartAngle
Gets or sets the start angle.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
The the start angle. |
Methods
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.Windows.Controls.Panel
|