Class SeriesTooltipBorderModel
Interface for a class SeriesTooltipBorder
Inheritance
System.Object
SeriesTooltipBorderModel
Implements
System.IEquatable<SeriesTooltipBorderModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SeriesTooltipBorderModel : Object, IEquatable<SeriesTooltipBorderModel>
Constructors
SeriesTooltipBorderModel()
Declaration
public SeriesTooltipBorderModel()
Properties
Color
border color for tooltip
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
border width for tooltip.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(SeriesTooltipBorderModel)
Declaration
public bool Equals(SeriesTooltipBorderModel seriesTooltipBorderModel)
Parameters
Type | Name | Description |
---|---|---|
SeriesTooltipBorderModel | seriesTooltipBorderModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>