Class SunburstTooltipSettings
Represents the tooltip for sunburst SunburstTooltipSettings class.
Inheritance
System.Object
SunburstTooltipSettings
Namespace: Syncfusion.SfSunburstChart.iOS
Assembly: Syncfusion.SfSunburstChart.iOS.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 UIColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the background. |
BorderColor
Gets or sets the color of the stroke.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the stroke. |
BorderWidth
Gets or sets the width of the stroke.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The width of the stroke. |
Duration
Gets or sets the duration.
Declaration
public nfloat Duration { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | 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 SunburstTooltipSettings show tooltip.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetView(SunburstSegment)
Gets the view.
Declaration
public virtual UIView GetView(SunburstSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SunburstSegment | segment | Segment. |
Returns
Type | Description |
---|---|
UIKit.UIView | The view. |