Class BulletGraphLabel
Represents the labels of quantitative scale in the bullet graph. To render this, create an instance of the BulletGraphLabel, and set required properties.
Inheritance
Namespace: Syncfusion.UI.Xaml.BulletGraph
Assembly: Syncfusion.SfBulletGraph.WPF.dll
Syntax
public class BulletGraphLabel : Control
Constructors
BulletGraphLabel()
Declaration
public BulletGraphLabel()
Fields
LabelFormatProperty
Using a DependencyProperty as the backing store for LabelFormat. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelProperty
Using a DependencyProperty as the backing store for Label. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelSizeProperty
Using a DependencyProperty as the backing store for LabelSize. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelStrokeProperty
Using a DependencyProperty as the backing store for LabelStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelStrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelTemplateProperty
Using a DependencyProperty as the backing store for LabelTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Label
Gets or sets the value for label in the quantitative scale.
Declaration
public object Label { get; set; }
Property Value
Type |
---|
System.Object |
LabelFormat
Gets or set the format to format the label content.
Declaration
public string LabelFormat { get; set; }
Property Value
Type |
---|
System.String |
LabelSize
Gets or sets the font size of labels in the quantitative scale.
Declaration
public double LabelSize { get; set; }
Property Value
Type |
---|
System.Double |
LabelStroke
Gets or sets the color of labels in the quantitative scale.
Declaration
public Brush LabelStroke { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
LabelTemplate
Gets or sets the template for customizing the label.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |