Class BulletGraphLabel
Represents the label of quantitative scale in the bullet graph.
Inheritance
Namespace: Syncfusion.UI.Xaml.BulletGraph
Assembly: Syncfusion.SfBulletGraph.UWP.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.Media.Brush |
LabelTemplate
Gets or sets the template for customizing the label.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |