Class ChartTooltipBorder
Provides options to customize the border of the tooltip.
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
Remarks
This property is used to specify the thickness of the tooltip's border.
Methods
OnInitialized()
Declaration
protected override void OnInitialized()