Class Chart3DTooltipBorder
Gets or sets the border customization options for the tooltip of the SfChart3D.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DTooltipBorder : Chart3DDefaultBorder, IChart3DSubcomponentTracker
Remarks
Use this property to customize the border of the tooltip in the SfChart3D. Based on the SfChart3D theme the border color will be applied to the tooltip.
Constructors
Chart3DTooltipBorder()
Declaration
public Chart3DTooltipBorder()
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
OnInitialized()
Declaration
protected override void OnInitialized()