Class RadialSeriesDefinition
Represents a IRadial
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 Label
Declaration
public static readonly DependencyProperty LabelSettingsProperty
Field Value
System.
|
MaskVisibilityProperty
Identifies the Mask
Declaration
public static readonly DependencyProperty MaskVisibilityProperty
Field Value
System.
|
RadiusFactorProperty
Identifies the Radius
Declaration
public static readonly DependencyProperty RadiusFactorProperty
Field Value
System.
|
StartAngleProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
System.
|
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.
|
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.
|
Overrides
Implements
LabelOffset
Gets or sets the label offset.
Declaration
public double LabelOffset { get; set; }
Property Value
System. The label offset. |
Implements
LabelSettings
Gets the label settings.
Declaration
public RadialLabelSettings LabelSettings { get; set; }
Property Value
Radial 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. 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. The radius factor. |
ResourceId
Gets the resource id associated with the current ISeries
Declaration
public override object ResourceId { get; }
Property Value
System.
|
Overrides
Implements
StartAngle
Gets or sets the start angle.
Declaration
public double StartAngle { get; set; }
Property Value
System. The the start angle. |
Methods
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.
|