WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstDataLabel

    Show / Hide Table of Contents

    Class SunburstDataLabel

    Represents data labels for a SfSunburstChart.

    Inheritance
    System.Object
    SunburstDataLabel
    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 Description
    System.Windows.DependencyProperty

    FontFamilyProperty

    The DependencyProperty for FontFamily property.

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontSizeProperty

    The DependencyProperty for FontSize property.

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontStyleProperty

    The DependencyProperty for FontStyle property.

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FontWeightProperty

    The DependencyProperty for FontWeight property.

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ForegroundProperty

    The DependencyProperty for Foreground property.

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LabelWidthProperty

    The DependencyProperty for LabelWidth property.

    Declaration
    public static readonly DependencyProperty LabelWidthProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ValueProperty

    The DependencyProperty for Value property.

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Category

    Gets or sets the corresponding item name.

    Declaration
    public object Category { get; set; }
    Property Value
    Type Description
    System.Object

    FontFamily

    Gets or sets the font family for data label.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    System.Windows.Media.FontFamily

    FontSize

    Gets or sets the font size for data label.

    Declaration
    public int FontSize { get; set; }
    Property Value
    Type Description
    System.Int32

    FontStyle

    Gets or sets the font style for data label.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type Description
    System.Windows.FontStyle

    FontWeight

    Gets or sets the font weight for data label.

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type Description
    System.Windows.FontWeight

    Foreground

    Gets or sets the brush to apply to data label text.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    LabelWidth

    Gets or sets the data label width for trimming.

    Declaration
    public double LabelWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Value

    Gets or sets the corresponding item value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved