Class CircularLegendItemStyle
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.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CircularLegendItemStyle : EJTagHelper
Constructors
CircularLegendItemStyle()
Declaration
public CircularLegendItemStyle()
Properties
Height
Gets or sets the Height of the legend item shape.
Declaration
[JsonProperty("height")]
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Height of the shape in legend items.
LegendBorder
Gets or sets the Border of the legend item.
Declaration
[JsonProperty("border")]
public CircularLegendBorder LegendBorder { get; set; }
Property Value
Type | Description |
---|---|
CircularLegendBorder |
Remarks
Options for customizing the border of legend items.
Width
Gets or sets the Width of the legend item shape.
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Width of the shape in legend items.
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |