Class SunburstTooltipSettings
Represents the tooltip for sunburst SunburstTooltipSettings class.
Inheritance
System.Object
SunburstTooltipSettings
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class SunburstTooltipSettings : Object
Constructors
SunburstTooltipSettings()
Initializes a new instance of the SunburstTooltipSettings class.
Declaration
public SunburstTooltipSettings()
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the background. |
BorderColor
Gets or sets the color of the stroke.
Declaration
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the stroke. |
BorderWidth
Gets or sets the width of the stroke.
Declaration
public int BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The width of the stroke. |
Duration
Gets or sets the duration.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The duration. |
LabelStyle
Gets the font for data label.
Declaration
public SunburstChartLabelStyle LabelStyle { get; }
Property Value
Type |
---|
SunburstChartLabelStyle |
ShowTooltip
Gets or sets a value indicating whether this Syncfusion.SfSunburstChart.iOS.SunburstTooltipSettings show tooltip.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetView(SunburstSegment)
Gets the view.
Declaration
public virtual View GetView(SunburstSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SunburstSegment | segment | Segment. |
Returns
Type | Description |
---|---|
Android.Views.View | The view. |