menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TitlePosition - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TitlePosition

    Defines the position of the title. They are: Top - Displays the title on the top of chart. Left - Displays the title on the left of chart. Bottom - Displays the title on the bottom of chart. Right - Displays the title on the right of chart. Custom - Displays the title based on given x and y value.

    Inheritance
    System.Object
    TitlePosition
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TitlePosition : Enum

    Fields

    Bottom

    Declaration
    public const TitlePosition Bottom
    Field Value
    Type
    TitlePosition

    Custom

    Declaration
    public const TitlePosition Custom
    Field Value
    Type
    TitlePosition

    Left

    Declaration
    public const TitlePosition Left
    Field Value
    Type
    TitlePosition

    Right

    Declaration
    public const TitlePosition Right
    Field Value
    Type
    TitlePosition

    Top

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