Class SmithchartLegendItemStyle
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SmithchartLegendItemStyle
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartLegendItemStyle : EJTagHelper
Constructors
SmithchartLegendItemStyle()
Declaration
public SmithchartLegendItemStyle()
Properties
Border
options for customizing legend item style border.
Declaration
public object Border { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Height
specify the height for legend item.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
Width
specify the width for legend item.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |