Class LabelBarStyle
Represents a dependency object that defines the style for axis label.
Inheritance
System.Object
LabelBarStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class LabelBarStyle : DependencyObject
Constructors
LabelBarStyle()
Initializes a new instance of the LabelBarStyle class.
Declaration
public LabelBarStyle()
Fields
BackgroundProperty
The DependencyProperty for Background property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelHorizontalAlignmentProperty
The DependencyProperty for LabelHorizontalAlignment property.
Declaration
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PositionProperty
The DependencyProperty for Position property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedLabelBrushProperty
The DependencyProperty for SelectedLabelBrush property.
Declaration
public static readonly DependencyProperty SelectedLabelBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedLabelStyleProperty
The DependencyProperty for SelectedLabelStyle property.
Declaration
public static readonly DependencyProperty SelectedLabelStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Background
Gets or sets the Background the label bar.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
LabelHorizontalAlignment
Gets or sets the HorizontalAlignment of the labels inside the label bar.
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
Type |
---|
System.Windows.HorizontalAlignment |
Position
Gets or sets the position which is used to place the upper and lower labels inside or outside of the label bar.
Declaration
public BarPosition Position { get; set; }
Property Value
Type |
---|
BarPosition |
SelectedLabelBrush
Gets or sets the color of the labels inside the selected region.
Declaration
public SolidColorBrush SelectedLabelBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.SolidColorBrush |
SelectedLabelStyle
Gets or sets the style for labels in the selected region.
Declaration
public Style SelectedLabelStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
See Also
System.Windows.DependencyObject