Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithchartLegendSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SmithchartLegendSettings

    Inheritance
    System.Object
    BaseComponent
    SmithchartLegendSettings
    Implements
    System.IDisposable
    Inherited Members
    BaseComponent.CreateJsAdaptor()
    BaseComponent.OnAfterRenderAsync(Boolean)
    BaseComponent.Dispose()
    BaseComponent.Refresh()
    BaseComponent.clearClientChanges(Boolean)
    BaseComponent.InvokeSet<T>(String, String, Object[])
    BaseComponent.InvokeGet<T>(String, String)
    BaseComponent.WireObservableEvents(Object)
    BaseComponent.getSerializedModel()
    BaseComponent.getUpdateModel(Boolean)
    BaseComponent.GetDataManager(Object, String)
    BaseComponent.uniqueId
    BaseComponent.jsRuntime
    BaseComponent.EditContext
    BaseComponent.nameSpace
    BaseComponent.DotNetObjectRef
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithchartLegendSettings : BaseComponent, IBaseInit, IDisposable

    Constructors

    SmithchartLegendSettings()

    Declaration
    public SmithchartLegendSettings()

    Properties

    Alignment

    alignment for legend.

    Declaration
    public SmithchartAlignment Alignment { get; set; }
    Property Value
    Type Description
    SmithchartAlignment

    Border

    options for customizing legend border

    Declaration
    public SmithchartLegendBorder Border { get; set; }
    Property Value
    Type Description
    SmithchartLegendBorder

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    ColumnCount

    columnCount for legend.

    Declaration
    public double ColumnCount { get; set; }
    Property Value
    Type Description
    System.Double

    Description

    description for legend

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Height

    height for legend.

    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
    Type Description
    SmithchartLegendItemStyle

    jsProperty

    Declaration
    protected override string jsProperty { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    BaseComponent.jsProperty

    Location

    options for customizing legend location

    Declaration
    public SmithchartLegendLocation Location { get; set; }
    Property Value
    Type Description
    SmithchartLegendLocation

    mainParent

    Declaration
    protected override BaseComponent mainParent { get; set; }
    Property Value
    Type Description
    BaseComponent
    Overrides
    BaseComponent.mainParent

    Position

    position for legend.

    Declaration
    public string Position { get; set; }
    Property Value
    Type Description
    System.String

    RowCount

    rowCount for legend.

    Declaration
    public double RowCount { get; set; }
    Property Value
    Type Description
    System.Double

    Shape

    shape for legend.

    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
    Type Description
    SmithchartFontModel

    Title

    options for customizing legend title

    Declaration
    public SmithchartLegendTitle Title { get; set; }
    Property Value
    Type Description
    SmithchartLegendTitle

    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

    visibility for legend.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    width for legend.

    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
    BaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved