Class LabelSettings
This class holds the settings needed to properly arrange the SeriesItemLabel elements for linear series types.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class LabelSettings : DependencyObject, INotifyPropertyChanged
Constructors
LabelSettings()
Fields
DistanceProperty
Identifies the Distance dependency property.
Declaration
public static readonly DependencyProperty DistanceProperty
Field Value
System.Windows.DependencyProperty
|
ShowConnectorsProperty
Identifies the ShowConnectors dependency property.
Declaration
public static readonly DependencyProperty ShowConnectorsProperty
Field Value
System.Windows.DependencyProperty
|
ShowZeroValueLabelsProperty
Identifies the ShowZeroValueLabels dependency property.
Declaration
public static readonly DependencyProperty ShowZeroValueLabelsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Distance
Gets or sets the distance.
Declaration
public double Distance { get; set; }
Property Value
System.Double
The distance. |
ShowConnectors
Gets or sets a value indicating whether connectors should be shown.
Declaration
public bool ShowConnectors { get; set; }
Property Value
System.Boolean
|
ShowZeroValueLabels
Gets or sets a value indicating whether the labels associated with each series item whose value is 0 should be visible or hidden.
Declaration
public bool ShowZeroValueLabels { get; set; }
Property Value
System.Boolean
Default value is |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|