Class TreeMapLegend
Inheritance
System.Object
TreeMapLegend
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMapLegend : EJTagHelper
Constructors
TreeMapLegend()
Declaration
Properties
Alignment
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("alignment")]
public TreeMapAlignment Alignment { get; set; }
Property Value
ColumnCount
Declaration
[JsonProperty("columnCount")]
public int ColumnCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DockPosition
Declaration
[JsonProperty("dockPosition")]
[JsonConverter(typeof(StringEnumConverter))]
public TreeMapDockPosition DockPosition { get; set; }
Property Value
Height
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
IconHeight
Declaration
[JsonProperty("iconHeight")]
public double IconHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
IconWidth
Declaration
[JsonProperty("iconWidth")]
public double IconWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
LeftLabel
Declaration
[JsonProperty("leftLabel")]
public string LeftLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Mode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("mode")]
public LegendMode Mode { get; set; }
Property Value
RightLabel
Declaration
[JsonProperty("rightLabel")]
public string RightLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Template
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|