Class SunburstChartTitle
Represents the Sunburstchart title. To render this, create an instance SunburstChartTitle and set required properties.
Inheritance
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public class SunburstChartTitle : Element, IThemeElement
Constructors
SunburstChartTitle()
Initializes a new instance of the SunburstChartTitle class.
Declaration
public SunburstChartTitle()
Fields
AlignmentProperty
Gets or sets the Alignment property. This property is used to align the chart title. This is a bindable property.
Declaration
public static readonly BindableProperty AlignmentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BackgroundColorProperty
Gets or sets the the background color property. This property is used to set background for chart title. This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontAttributesProperty
Gets or sets the font attributes property. This property is used to set the font attributes for the chart title.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontFamilyProperty
Gets or sets the fontfamily property. This property is used to set the font family for the chart title.This is a bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontSizeProperty
Gets or sets the FontSize property. This property is used to customize the size of the font for the chart title. This is a bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
MarginProperty
Gets or sets the margin property. This property is used to set margin for chart title. This is a bindable property.
Declaration
public static readonly BindableProperty MarginProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StrokeColorProperty
Gets or sets the stroke color property. This property is used to set the stroke color for chart title. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StrokeWidthProperty
Gets or sets the stroke width property. This property is used to set width of the chart title border line. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Gets or sets the TextColor property. This property is used toset the color for the chart title. This is a bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextProperty
Gets or sets the Text property. This property is used to set the string for the chart title. This is a bindable property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Alignment
Gets or sets the Alignment property. This property is used to align the chart title. This is a bindable property.
Declaration
public TextAlignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.TextAlignment | This property takes the Alignment value. |
BackgroundColor
Gets or sets the the background color property. This property is used to set background for chart title. This is a bindable property.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
FontAttributes
Gets or sets the font attributes property. This property is used to set the font attributes for the chart title.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FontAttributes |
FontFamily
Gets or sets the fontfamily property. This property is used to set the font family for the chart title.This is a bindable property.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets the FontSize property. This property is used to customize the size of the font for the chart title. This is a bindable property.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Margin
Gets or sets the margin property. This property is used to set margin for chart title. This is a bindable property.
Declaration
public Thickness Margin { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Thickness | This property takes the Margin value. |
StrokeColor
Gets or sets the stroke color property. This property is used to set the stroke color for chart title. This is a bindable property.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
StrokeWidth
Gets or sets the stroke width property. This property is used to set width of the chart title border line. This is a bindable property.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the double value. |
Text
Gets or sets the Text property. This property is used to set the string for the chart title. This is a bindable property.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the Text value. |
TextColor
Gets or sets the TextColor property. This property is used toset the color for the chart title. This is a bindable property.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the TextColor value. |