Class LegendItemStyleModel
Interface for a class LegendItemStyle
Inheritance
System.Object
LegendItemStyleModel
Implements
System.IEquatable<LegendItemStyleModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendItemStyleModel : Object, IEquatable<LegendItemStyleModel>
Constructors
LegendItemStyleModel()
Declaration
public LegendItemStyleModel()
Properties
Border
options for customizing legend item style border
Declaration
public LegendItemStyleBorderModel Border { get; set; }
Property Value
Type | Description |
---|---|
LegendItemStyleBorderModel |
Height
specify the height for legend item.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
specify the width for legend item.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(LegendItemStyleModel)
Declaration
public bool Equals(LegendItemStyleModel legendItemStyleModel)
Parameters
Type | Name | Description |
---|---|---|
LegendItemStyleModel | legendItemStyleModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>