Class StockChartTooltipBorder
To specify customization options for stockchart tooltip border.
Inheritance
StockChartTooltipBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartTooltipBorder : ChartCommonBorder, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartTooltipBorder()
Declaration
public StockChartTooltipBorder()
Properties
Width
Sets and gets the border width for the tooltip.
Declaration
[Parameter]
public override double Width { get; set; }
Property Value
| Type |
|---|
| double |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |