menu

Blazor

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

    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.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    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 Description
    System.String

    FontFamily

    Gets and sets the font family for the text.

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

    FontStyle

    Gets and sets the font style for the text.

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

    FontWeight

    Gets and sets the font weight for the text.

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

    Opacity

    Gets and sets the opacity for the text.

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

    Size

    Gets and sets the size for the text.

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

    Methods

    OnParametersSetAsync()

    Method invoked when the component has received parameters from its parent in the render tree and the incoming values have been assigned to properties.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved