menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstChartDataLabel - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstChartDataLabel

    Represents the Sunburstchart datalabel. To render this, create an instance SunburstChartDataLabel and set required properties.

    Inheritance
    System.Object
    SunburstChartDataLabel
    Namespace: Syncfusion.SfSunburstChart.XForms
    Assembly: Syncfusion.SfSunburstChart.XForms.dll
    Syntax
    public class SunburstChartDataLabel : BindableObject

    Constructors

    SunburstChartDataLabel()

    Initializes a new instance of the SunburstChartDataLabel class.

    Declaration
    public SunburstChartDataLabel()

    Fields

    FontAttributesProperty

    Gets or sets the FontAtributes property, which is used to customize the attributes for data labels. This is a bindable property.

    Declaration
    public static readonly BindableProperty FontAttributesProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontFamilyProperty

    Gets or sets the FontFamily property, which is used to set font family for data labels. This is a bindable property.

    Declaration
    public static readonly BindableProperty FontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontSizeProperty

    Gets or sets the FontSize property, which is used to customize the size of font for data labels. This is a bindable property.

    Declaration
    public static readonly BindableProperty FontSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    OverflowModeProperty

    Gets or sets the value that indicate whether the label overflow mode for data marker.This is a binable property.

    Declaration
    public static readonly BindableProperty OverflowModeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    RotationModeProperty

    Gets or sets the value that indicate whether the label rotation mode for data marker.This is a binable property.

    Declaration
    public static readonly BindableProperty RotationModeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ShowLabelProperty

    Gets or sets a value indicating whether the label should be visible. This is a bindable property.

    Declaration
    public static readonly BindableProperty ShowLabelProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextColorProperty

    Gets or sets the text color property, which is used to set color for the label items. This is a bindable property.

    Declaration
    public static readonly BindableProperty TextColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    FontAttributes

    Gets or sets the FontAtributes property, which is used to customize the attributes for data labels. This is a bindable property.

    Declaration
    public FontAttributes FontAttributes { get; set; }
    Property Value
    Type
    Xamarin.Forms.FontAttributes

    FontFamily

    Gets or sets the FontFamily property, which is used to set font family for data labels. This is a bindable property.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets or sets the FontSize property, which is used to customize the size of font for data labels. This is a bindable property.

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

    OverflowMode

    Gets or sets the value that indicate whether the label overflow mode for data marker.This is a binable property.

    Declaration
    public SunburstLabelOverflowMode OverflowMode { get; set; }
    Property Value
    Type
    SunburstLabelOverflowMode

    RotationMode

    Gets or sets the value that indicate whether the label rotation mode for data marker.This is a binable property.

    Declaration
    public SunburstLabelRotationMode RotationMode { get; set; }
    Property Value
    Type
    SunburstLabelRotationMode

    ShowLabel

    Gets or sets a value indicating whether the label should be visible. This is a bindable property.

    Declaration
    public bool ShowLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if show label; otherwise, false.

    TextColor

    Gets or sets the text color property, which is used to set color for the label items. This is a bindable property.

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved