Class RadialLabelSettings
This class holds the settings needed to properly arrange the SeriesItemLabel elements for radial series types.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class RadialLabelSettings : LabelSettings, INotifyPropertyChanged
Constructors
RadialLabelSettings()
Initializes a new instance of the RadialLabelSettings class.
Declaration
public RadialLabelSettings()
Fields
LabelOffsetProperty
Identifies the LabelOffset dependency property.
Declaration
public static readonly DependencyProperty LabelOffsetProperty
Field Value
System.Windows.DependencyProperty
|
SpiderModeEnabledProperty
Identifies the SpiderModeEnabled dependency property.
Declaration
public static readonly DependencyProperty SpiderModeEnabledProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelOffset
Gets or sets the label offset.
Declaration
public double LabelOffset { get; set; }
Property Value
System.Double
The label offset. |
SpiderModeEnabled
Gets or sets a value indicating whether spider mode is enabled.
Declaration
public bool SpiderModeEnabled { get; set; }
Property Value
System.Boolean
|