Class ChartTooltipBorder
Options to customize the border of the tooltip.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
ChartTooltipBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartTooltipBorder : ChartDefaultBorder, ISubcomponentTracker
Constructors
ChartTooltipBorder()
Declaration
public ChartTooltipBorder()
Properties
Width
Gets or sets the border width for the tooltip.
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the width of the tooltip border. The default value is 0. |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Width
Methods
OnInitialized()
Declaration
protected override void OnInitialized()