menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartLegendTextStyle - API Reference

    Show / Hide Table of Contents

    Class ChartLegendTextStyle

    Inheritance
    System.Object
    ChartSubComponent
    Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
    ChartLegendTextStyle
    Inherited Members
    ChartSubComponent.PopSubcomponent()
    ChartSubComponent.PushSubcomponent()
    ChartSubComponent.Dispose(Boolean)
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartLegendTextStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont

    Constructors

    ChartLegendTextStyle()

    Declaration
    public ChartLegendTextStyle()

    Properties

    FontFamily

    Unique font family of the legend text.

    Declaration
    public override string FontFamily { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.FontFamily

    FontWeight

    Unique font weight of the legend text.

    Declaration
    public override string FontWeight { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.FontWeight

    Size

    Declaration
    public override string Size { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.Size

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Overrides
    ChartSubComponent.OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved