Blazor

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

    Show / Hide Table of Contents

    Class ChartAxisTitleStyle

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

    Constructors

    ChartAxisTitleStyle()

    Declaration
    public ChartAxisTitleStyle()

    Properties

    Color

    Font color for the axis title.

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

    Size

    Unique size of the axis labels.

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved