Class SmithchartLegendSettings
Inheritance
System.Object
SmithchartLegendSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartLegendSettings : BaseComponent, IBaseInit, IDisposable
Constructors
SmithchartLegendSettings()
Declaration
public SmithchartLegendSettings()
Properties
Alignment
Declaration
public SmithchartAlignment Alignment { get; set; }
Property Value
Border
options for customizing legend border
Declaration
public SmithchartLegendBorder Border { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
ColumnCount
Declaration
public double ColumnCount { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
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
jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Location
options for customizing legend location
Declaration
public SmithchartLegendLocation Location { get; set; }
Property Value
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
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 SmithchartFontModel TextStyle { get; set; }
Property Value
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 |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
updateChildProperties(String, Object)
Declaration
public void updateChildProperties(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Implements
System.IDisposable