menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SunburstChartLegendLabelStyle

    Sunburst chart legend label style.

    Inheritance
    System.Object
    SunburstChartLegendLabelStyle
    Namespace: Syncfusion.SfSunburstChart.Android
    Assembly: Syncfusion.SfSunburstChart.Android.dll
    Syntax
    public class SunburstChartLegendLabelStyle : Object

    Constructors

    SunburstChartLegendLabelStyle(SfSunburstChart)

    Initializes a new instance of the SunburstChartLegendLabelStyle class.

    Declaration
    public SunburstChartLegendLabelStyle(SfSunburstChart chart)
    Parameters
    Type Name Description
    SfSunburstChart chart

    Set the chart

    Properties

    Color

    Gets or sets the color for data text.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    Margin

    Gets or sets Thickness which is used to align the text.

    Declaration
    public Thickness Margin { get; set; }
    Property Value
    Type
    Thickness

    TextSize

    Gets or sets integer value that used to modify legend text size.

    Declaration
    public float TextSize { get; set; }
    Property Value
    Type
    System.Single

    Typeface

    Gets or sets the typeface for the text.

    Declaration
    public Typeface Typeface { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved