Class SunburstDataLabel
Represents data labels for a SfSunburstChart.
Inheritance
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public class SunburstDataLabel : DependencyObject
Constructors
SunburstDataLabel()
Initializes a new instance of the SunburstDataLabel class.
Declaration
public SunburstDataLabel()
Fields
CategoryProperty
The DependencyProperty for Category property.
Declaration
public static readonly DependencyProperty CategoryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontFamilyProperty
The DependencyProperty for FontFamily property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontSizeProperty
The DependencyProperty for FontSize property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontStyleProperty
The DependencyProperty for FontStyle property.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontWeightProperty
The DependencyProperty for FontWeight property.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ForegroundProperty
The DependencyProperty for Foreground property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelWidthProperty
The DependencyProperty for LabelWidth property.
Declaration
public static readonly DependencyProperty LabelWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueProperty
The DependencyProperty for Value property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Category
Gets or sets the corresponding item name.
Declaration
public object Category { get; set; }
Property Value
Type |
---|
System.Object |
FontFamily
Gets or sets the font family for data label.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
System.Windows.Media.FontFamily |
FontSize
Gets or sets the font size for data label.
Declaration
public int FontSize { get; set; }
Property Value
Type |
---|
System.Int32 |
FontStyle
Gets or sets the font style for data label.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
System.Windows.FontStyle |
FontWeight
Gets or sets the font weight for data label.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
---|
System.Windows.FontWeight |
Foreground
Gets or sets the brush to apply to data label text.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
LabelWidth
Gets or sets the data label width for trimming.
Declaration
public double LabelWidth { get; set; }
Property Value
Type |
---|
System.Double |
Value
Gets or sets the corresponding item value.
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |