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