menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithChartLegendTitle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SmithChartLegendTitle

    Options to customize the tilte for legend of the chart.

    Inheritance
    System.Object
    SfBaseComponent
    SmithChartLegendTitle
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithChartLegendTitle : SfBaseComponent

    Constructors

    SmithChartLegendTitle()

    Declaration
    public SmithChartLegendTitle()

    Properties

    Description

    Description for legend title.

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

    Text

    Text for legend title.

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

    TextAlignment

    Alignment for legend title.

    Declaration
    public SmithChartAlignment TextAlignment { get; set; }
    Property Value
    Type
    SmithChartAlignment

    Visible

    Visibility for legend title.

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved