Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstChartLabelStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstChartLabelStyle

    Class used for data label style.

    Inheritance
    System.Object
    SunburstChartLabelStyle
    Namespace: Syncfusion.SfSunburstChart.iOS
    Assembly: Syncfusion.SfSunburstChart.iOS.dll
    Syntax
    public class SunburstChartLabelStyle : Object

    Constructors

    SunburstChartLabelStyle()

    Initializes a new instance of the SunburstChartLabelStyle class.

    Declaration
    public SunburstChartLabelStyle()

    Properties

    Color

    Gets or sets the color for data text.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    Font

    Gets or sets the font for legend text.

    Declaration
    public UIFont Font { get; set; }
    Property Value
    Type Description
    UIKit.UIFont
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved