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