Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTitleStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartTitleStyle

    Options to customize the title style of the chart.

    Inheritance
    System.Object
    ChartSubComponent
    Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
    ChartTitleStyle
    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 ChartTitleStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont

    Constructors

    ChartTitleStyle()

    Declaration
    public ChartTitleStyle()

    Properties

    FontFamily

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

    FontWeight

    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 - 2022 Syncfusion Inc. All Rights Reserved