menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartTitlePosition

    Specifies the position of the title for the SfChart.

    Inheritance
    System.Object
    ChartTitlePosition
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ChartTitlePosition : Enum

    Fields

    Bottom

    Displays the title and subtitle at the bottom of the chart.

    Declaration
    public const ChartTitlePosition Bottom
    Field Value
    Type
    ChartTitlePosition

    Custom

    Displays the title and subtitle based on the specified X and Y coordinates.

    Declaration
    public const ChartTitlePosition Custom
    Field Value
    Type
    ChartTitlePosition

    Left

    Displays the title and subtitle at the left of the chart.

    Declaration
    public const ChartTitlePosition Left
    Field Value
    Type
    ChartTitlePosition

    Right

    Displays the title and subtitle at the right of the chart.

    Declaration
    public const ChartTitlePosition Right
    Field Value
    Type
    ChartTitlePosition

    Top

    Displays the title and subtitle at the top of the chart.

    Declaration
    public const ChartTitlePosition Top
    Field Value
    Type
    ChartTitlePosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved