Class BulletChartBulletTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartBulletTooltipSettingsBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartBulletTooltipSettingsBuilder : ControlBuilder
Constructors
BulletChartBulletTooltipSettingsBuilder()
Declaration
public BulletChartBulletTooltipSettingsBuilder()
BulletChartBulletTooltipSettingsBuilder(BulletChartBulletTooltipSettings)
Declaration
public BulletChartBulletTooltipSettingsBuilder(BulletChartBulletTooltipSettings model)
Parameters
Type | Name | Description |
---|---|---|
BulletChartBulletTooltipSettings | model |
Methods
Border(BulletChartTooltipBorder)
Options to customize tooltip borders.
Declaration
public BulletChartBulletTooltipSettingsBuilder Border(BulletChartTooltipBorder value)
Parameters
Type | Name | Description |
---|---|---|
BulletChartTooltipBorder | value |
Returns
Border(Action<BulletChartBorderBuilder>)
Declaration
public BulletChartBulletTooltipSettingsBuilder Border(Action<BulletChartBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<BulletChartBorderBuilder> | border |
Returns
Enable(Boolean)
Enables / Disables the visibility of the tooltip.
Declaration
public BulletChartBulletTooltipSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Fill(String)
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Declaration
public BulletChartBulletTooltipSettingsBuilder Fill(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Template(String)
The default value of tooltip template.
Declaration
public BulletChartBulletTooltipSettingsBuilder Template(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextStyle(BulletChartBulletLabelStyle)
Options to customize the ToolTip text.
Declaration
public BulletChartBulletTooltipSettingsBuilder TextStyle(BulletChartBulletLabelStyle value)
Parameters
Type | Name | Description |
---|---|---|
BulletChartBulletLabelStyle | value |
Returns
TextStyle(Action<BulletChartBulletLabelStyleBuilder>)
Declaration
public BulletChartBulletTooltipSettingsBuilder TextStyle(Action<BulletChartBulletLabelStyleBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<BulletChartBulletLabelStyleBuilder> | textStyle |