Class SunburstDataLabelInfo
Represents data labels for a SfSunburstChart.
Inheritance
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public class SunburstDataLabelInfo : DependencyObject
Constructors
SunburstDataLabelInfo()
Initializes a new instance of the SunburstDataLabelInfo class.
Declaration
public SunburstDataLabelInfo()
Fields
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 |
LabelOverflowModeProperty
The DependencyProperty for LabelOverflowMode property.
Declaration
public static readonly DependencyProperty LabelOverflowModeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelRotationModeProperty
The DependencyProperty for LabelRotationMode property.
Declaration
public static readonly DependencyProperty LabelRotationModeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelTemplateProperty
The DependencyProperty for LabelTemplate property.
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowLabelProperty
The DependencyProperty for ShowLabel property.
Declaration
public static readonly DependencyProperty ShowLabelProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
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 double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
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 labels text.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
LabelOverflowMode
Gets or sets the data label overflow mode.
Declaration
public LabelOverflowMode LabelOverflowMode { get; set; }
Property Value
Type |
---|
LabelOverflowMode |
LabelRotationMode
Gets or sets the label rotation mode for data label.
Declaration
public LabelRotationMode LabelRotationMode { get; set; }
Property Value
Type |
---|
LabelRotationMode |
LabelTemplate
Gets or sets the data template to the data label.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
ShowLabel
Gets or sets a value indicating whether the visibility of data labels.
Declaration
public bool ShowLabel { get; set; }
Property Value
Type |
---|
System.Boolean |