Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SunburstChartLegendLabelStyle

    Sunburst chart legend label style.

    Inheritance
    System.Object
    SunburstChartLegendLabelStyle
    Namespace: Syncfusion.SfSunburstChart.iOS
    Assembly: Syncfusion.SfSunburstChart.iOS.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 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

    Margin

    Gets or sets the margin for legend text.

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