Class StockChartTooltipBorder
To specify customization options for stockchart tooltip border.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartTooltipBorder : ChartCommonBorder
Constructors
StockChartTooltipBorder()
Declaration
public StockChartTooltipBorder()
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
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |