Class SmithchartSmithchartLegendSettings
Inheritance
System.Object
SmithchartSmithchartLegendSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSmithchartLegendSettings : EJTagHelper
Constructors
SmithchartSmithchartLegendSettings()
Declaration
public SmithchartSmithchartLegendSettings()
Properties
Alignment
Declaration
public SmithchartAlignment Alignment { get; set; }
Property Value
Border
options for customizing legend border
Declaration
public SmithchartLegendBorder Border { get; set; }
Property Value
ColumnCount
Declaration
public double ColumnCount { get; set; }
Property Value
Type |
Description |
System.Double |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
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
ItemPadding
spacing between legend item.
Declaration
public double ItemPadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
ItemStyle
options for customizing legend item style
Declaration
public SmithchartLegendItemStyle ItemStyle { get; set; }
Property Value
Location
options for customizing legend location
Declaration
public SmithchartLegendLocation Location { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Position
Declaration
public string Position { get; set; }
Property Value
Type |
Description |
System.String |
|
RowCount
Declaration
public double RowCount { get; set; }
Property Value
Type |
Description |
System.Double |
|
Shape
Declaration
public string Shape { get; set; }
Property Value
Type |
Description |
System.String |
|
ShapePadding
Padding between the legend shape and text.
Declaration
public double ShapePadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
TextStyle
options for customizing font
Declaration
public object TextStyle { get; set; }
Property Value
Type |
Description |
System.Object |
|
Title
options for customizing legend title
Declaration
public SmithchartLegendTitle Title { get; set; }
Property Value
ToggleVisibility
If set to true, series' visibility collapses based on the legend visibility.
Declaration
public bool ToggleVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|