Class SmithchartLegendItemStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("border")]
public object Border { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Height
specify the height for legend item.
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Width
specify the width for legend item.
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |