Class SunburstChartTitle
Sunburst chart title.
Inheritance
System.Object
SunburstChartTitle
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.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 TextAlignment Alignment { get; set; }
Property Value
Type |
---|
Android.Views.TextAlignment |
BackgroundColor
Gets or sets the background color for the title .
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
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 Thickness which is used to align the title text.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
---|
Thickness |
StrokeColor
Gets or sets the stroke color for the title.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
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 Color TextColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
TextSize
Gets or sets integer value that used to modify chart the title text size.
Declaration
public float TextSize { get; set; }
Property Value
Type |
---|
System.Single |
Typeface
Gets or sets TypefaceStyle which is used to customize title text weight.
Declaration
public Typeface Typeface { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |