Class SunburstTooltipSettings
Represents the SunburstTootipSettings. To render this, create an instance SunburstTooltipSettings and set required properties.
Inheritance
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public class SunburstTooltipSettings : Element, IThemeElement
Constructors
SunburstTooltipSettings()
Initializes a new instance of the SunburstTooltipSettings class.
Declaration
public SunburstTooltipSettings()
Fields
BackgroundColorProperty
Gets or sets the background color property. This property is used to set the background color for tooltip. This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderColorProperty
Gets or sets the border color property. This property is used to set the border color for the tooltip. This is a bindable property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderWidthProperty
Gets or sets the Border width property. This property is used to customize the width of the tooltip border. This is a bindable property.
Declaration
public static readonly BindableProperty BorderWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
DurationProperty
Gets or sets the duration property. This property is used to set the duration property for the tooltip. This is a bindable property.
Declaration
public static readonly BindableProperty DurationProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontAttributesProperty
Gets or sets the font attributes property. This property is used to customize the text attributes. This is a bindable property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontFamilyProperty
Gets or sets the font family property. This property is used to set the font family for the tooltip text. This is a bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontSizeProperty
Gets or sets the font size property.This property is used to customize the size of the text. This is a bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ShowTooltipProperty
Gets or sets a value indicating whether the tooltip should be visible or not for chart. This is a bindable property.
Declaration
public static readonly BindableProperty ShowTooltipProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Gets or sets the text color property. This property is used to set the color for the tooltip text. This is a bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TooltipTemplateProperty
Gets or sets the tooltip template property. This property is used to set the datatemplate. This is a bindable property.
Declaration
public static readonly BindableProperty TooltipTemplateProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the background color property. This property is used to set the background color for tooltip. This is a bindable property.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderColor
Gets or sets the border color property. This property is used to set the border color for the tooltip.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderWidth
Gets or sets the Border width property. This property is used to customize the width of the tooltip border. This is a bindable property.
Declaration
public float BorderWidth { get; set; }
Property Value
Type |
---|
System.Single |
Duration
Gets or sets the duration property. This property is used to set the duration property for the tooltip. This is a bindable property.
Declaration
public float Duration { get; set; }
Property Value
Type |
---|
System.Single |
FontAttributes
Gets or sets the font attributes property. This property is used to customize the text attributes. This is a bindable property.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FontAttributes |
FontFamily
Gets or sets the font family property. This property is used to set the font family for the tooltip text. This is a bindable property.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets the font size property.This property is used to customize the size of the text. This is a bindable property.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
ShowTooltip
Gets or sets a value indicating whether the tooltip should be visible or not for chart. This is a bindable property.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
---|
System.Boolean |
TextColor
Gets or sets the text color property. This property is used to set the color for the tooltip text. This is a bindable property.
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
TooltipTemplate
Gets or sets the tooltip template property. This property is used to set the datatemplate. This is a bindable property.
Declaration
public DataTemplate TooltipTemplate { get; set; }
Property Value
Type |
---|
Xamarin.Forms.DataTemplate |