Class BulletChartBulletTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartBulletTooltipSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class BulletChartBulletTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public BulletChartBulletTooltipSettingsBuilder()
Declaration
public BulletChartBulletTooltipSettingsBuilder(BulletChartBulletTooltipSettings model)
Parameters
Methods
Options to customize tooltip borders.
Declaration
public BulletChartBulletTooltipSettingsBuilder Border(BulletChartTooltipBorder value)
Parameters
Returns
Declaration
public BulletChartBulletTooltipSettingsBuilder Border(Action<BulletChartBorderBuilder> border)
Parameters
Returns
Enables / Disables the visibility of the tooltip.
Declaration
public BulletChartBulletTooltipSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
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
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
Returns
TextStyle(Action<BulletChartBulletLabelStyleBuilder>)
Declaration
public BulletChartBulletTooltipSettingsBuilder TextStyle(Action<BulletChartBulletLabelStyleBuilder> textStyle)
Parameters
Returns