Class BulletChartTooltipBorder
Sets and gets the options for customizing the tooltip border color and width of the bullet chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartTooltipBorder : BulletChartCommonBorder
Constructors
BulletChartTooltipBorder()
Declaration
public BulletChartTooltipBorder()
Properties
Width
Sets and gets the border width for the tooltip.
Declaration
public override double Width { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Methods
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |