Class BarLabelSettings
This class holds the settings needed to properly
arrange the Series
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 Bar
Declaration
public BarLabelSettings(LabelDisplayMode mode)
Parameters
Label The mode. |
Fields
LabelDisplayModeProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelDisplayModeProperty
Field Value
System.
|
Properties
LabelDisplayMode
Gets or sets the label display mode.
Declaration
public LabelDisplayMode LabelDisplayMode { get; set; }
Property Value
Label The label display mode. |