menu

Blazor

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

    Show / Hide Table of Contents

    Class SmithChartCommonFont

    Gets and sets the options for customizing the text style of the chart component.

    Inheritance
    System.Object
    SfBaseComponent
    SmithChartCommonFont
    SmithChartDataLabelTextStyle
    SmithChartFont
    SmithChartHorizontalAxisLabelStyle
    SmithChartLegendTextStyle
    SmithChartLegendTitleTextStyle
    SmithChartRadialAxisLabelStyle
    SmithChartSubtitleTextStyle
    SmithChartTitleFont
    SmithChartTitleTextStyle
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithChartCommonFont : SfBaseComponent

    Constructors

    SmithChartCommonFont()

    Declaration
    public SmithChartCommonFont()

    Properties

    Color

    Gets and sets the color for the text.

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

    FontFamily

    Gets and sets the font family for the text.

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

    FontStyle

    Gets and sets the font style for the text.

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

    FontWeight

    Gets and sets the font weight for the text.

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

    Opacity

    Gets and sets the opacity for the text.

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

    Size

    Gets and sets the size for the text.

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