menu

Blazor

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

    Show / Hide Table of Contents

    Class StockChartLegendTextStyle

    To specify customization options for stock chart legend text styles.

    Inheritance
    System.Object
    ChartCommonFont
    StockChartLegendTextStyle
    Inherited Members
    ChartCommonFont.Color
    ChartCommonFont.FontStyle
    ChartCommonFont.Opacity
    ChartCommonFont.TextAlignment
    ChartCommonFont.TextOverflow
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartLegendTextStyle : ChartCommonFont

    Constructors

    StockChartLegendTextStyle()

    Declaration
    public StockChartLegendTextStyle()

    Properties

    FontFamily

    Sets and gets font family of the legend text.

    Declaration
    public override string FontFamily { get; set; }
    Property Value
    Type
    System.String
    Overrides
    ChartCommonFont.FontFamily

    FontWeight

    Sets and gets font weight of the legend text.

    Declaration
    public override string FontWeight { get; set; }
    Property Value
    Type
    System.String
    Overrides
    ChartCommonFont.FontWeight

    Parent

    Indicates the StockChartLegendSettings component.

    Declaration
    public StockChartLegendSettings Parent { get; set; }
    Property Value
    Type
    StockChartLegendSettings

    Size

    Sets and gets the size for the legend text.

    Declaration
    public override string Size { get; set; }
    Property Value
    Type
    System.String
    Overrides
    ChartCommonFont.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved