Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartTitle - Xamarin.iOS API Reference | Syncfusion SFChart. ">

    Show / Hide Table of Contents

    Class SFChartTitle

    Represents title in SFChart.

    Inheritance
    System.Object
    SFChartTitle
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFChartTitle : Object

    Constructors

    SFChartTitle()

    Declaration
    public SFChartTitle()

    Properties

    BackgroundColor

    Gets or sets Color that used to customize fill color of title background.

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

    BorderColor

    Gets or sets Color that used to customize title stroke color.

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

    BorderWidth

    Gets or sets float value that used to customize title border width.

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

    EdgeInsets

    Gets or sets the Margin for the title.

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

    Font

    Gets or sets the font style for the title.

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

    LineBreakMode

    Gets or sets the value that indicates text wrap for the title.

    Declaration
    public UILineBreakMode LineBreakMode { get; set; }
    Property Value
    Type Description
    UIKit.UILineBreakMode

    Opacity

    Gets or sets TextAlignment that used to align title text in horizontally.

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

    Text

    Gets or sets string that represents SfChart's title text.

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

    TextAlignment

    Gets or sets TextAlignment that used to align title text in horizontally.

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

    TextColor

    Gets or sets Color value that represents SfChart's title text foreground color.

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