Class SFChartTitle
Represents title in SFChart.
Inheritance
System.Object
SFChartTitle
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.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 NSColor BackgroundColor { get; set; }
Property Value
Type |
---|
AppKit.NSColor |
BorderColor
Gets or sets Color that used to customize title stroke color.
Declaration
public NSColor BorderColor { get; set; }
Property Value
Type |
---|
AppKit.NSColor |
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 NSEdgeInsets EdgeInsets { get; set; }
Property Value
Type |
---|
AppKit.NSEdgeInsets |
Font
Gets or sets the font style for the title.
Declaration
public NSFont Font { get; set; }
Property Value
Type |
---|
AppKit.NSFont |
LineBreakMode
Gets or sets the value that indicates text wrap for the title.
Declaration
public NSLineBreakMode LineBreakMode { get; set; }
Property Value
Type |
---|
AppKit.NSLineBreakMode |
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 NSTextAlignment TextAlignment { get; set; }
Property Value
Type |
---|
AppKit.NSTextAlignment |
TextColor
Gets or sets Color value that represents SfChart's title text foreground color.
Declaration
public NSColor TextColor { get; set; }
Property Value
Type |
---|
AppKit.NSColor |