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 |
---|
UIKit.UIColor |
BorderColor
Gets or sets Color that used to customize title stroke color.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
BorderWidth
Gets or sets float value that used to customize title border width.
Declaration
public float BorderWidth { get; set; }
Property Value
Type |
---|
System.Single |
EdgeInsets
Gets or sets the Margin for the title.
Declaration
public UIEdgeInsets EdgeInsets { get; set; }
Property Value
Type |
---|
UIKit.UIEdgeInsets |
Font
Gets or sets the font style for the title.
Declaration
public UIFont Font { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
LineBreakMode
Gets or sets the value that indicates text wrap for the title.
Declaration
public UILineBreakMode LineBreakMode { get; set; }
Property Value
Type |
---|
UIKit.UILineBreakMode |
Opacity
Gets or sets TextAlignment that used to align title text in horizontally.
Declaration
public float Opacity { get; set; }
Property Value
Type |
---|
System.Single |
Text
Gets or sets string that represents SfChart's title text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextAlignment
Gets or sets TextAlignment that used to align title text in horizontally.
Declaration
public UITextAlignment TextAlignment { get; set; }
Property Value
Type |
---|
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 |
---|
UIKit.UIColor |