Class BarLabelSettings
This class holds the settings needed to properly arrange the SeriesItemLabel elements for bar series types.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class BarLabelSettings : LabelSettings, INotifyPropertyChanged
Constructors
BarLabelSettings()
BarLabelSettings(LabelDisplayMode)
Initializes a new instance of the BarLabelSettings class.
Declaration
public BarLabelSettings(LabelDisplayMode mode)
Parameters
LabelDisplayMode
mode
The mode. |
Fields
LabelDisplayModeProperty
Identifies the LabelDisplayMode dependency property.
Declaration
public static readonly DependencyProperty LabelDisplayModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelDisplayMode
Gets or sets the label display mode.
Declaration
public LabelDisplayMode LabelDisplayMode { get; set; }
Property Value
LabelDisplayMode
The label display mode. |