Class Chart3DTooltipBorder
Gets or sets the border customization options for the tooltip of the 3D Chart.
Inheritance
Chart3DTooltipBorder
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DTooltipBorder : Chart3DDefaultBorder, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
Use this property to customize the border of the tooltip in the 3D Chart. Based on the 3D Chart 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
[Parameter]
public override double Width { get; set; }
Property Value
| Type |
|---|
| double |