alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SunburstChartTitle

    Sunburst chart title.

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

    Constructors

    SunburstChartTitle()

    Initializes a new instance of the SunburstChartTitle class.

    Declaration
    public SunburstChartTitle()

    Properties

    Alignment

    Gets or sets the text alignment for the title.

    Declaration
    public UITextAlignment Alignment { get; set; }
    Property Value
    Type
    UIKit.UITextAlignment

    BackgroundColor

    Gets or sets the background color for the title .

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

    CornerRadius

    Gets or sets the corner radius of the title.

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

    Font

    Gets or sets the font for the title.

    Declaration
    public UIFont Font { get; set; }
    Property Value
    Type
    UIKit.UIFont

    IsVisible

    Gets or sets a value indicating whether the title is visible.

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

    Margin

    Gets or sets the margin for the title.

    Declaration
    public UIEdgeInsets Margin { get; set; }
    Property Value
    Type
    UIKit.UIEdgeInsets

    StrokeColor

    Gets or sets the stroke color for the title.

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

    StrokeWidth

    Gets or sets the stroke width for the title.

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

    Text

    Gets or sets the text for the title.

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

    TextColor

    Gets or sets the color for the title text.

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