menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstDataLabel - UWP API Reference | Syncfusion

    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.UWP.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
    Windows.UI.Xaml.DependencyProperty

    FontFamilyProperty

    The DependencyProperty for FontFamily property.

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

    The DependencyProperty for FontSize property.

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontStyleProperty

    The DependencyProperty for FontStyle property.

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontWeightProperty

    The DependencyProperty for FontWeight property.

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ForegroundProperty

    The DependencyProperty for Foreground property.

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelWidthProperty

    The DependencyProperty for LabelWidth property.

    Declaration
    public static readonly DependencyProperty LabelWidthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ValueProperty

    The DependencyProperty for Value property.

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Text.FontStyle

    FontWeight

    Gets or sets the font weight for data label.

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontWeight

    Foreground

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

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved