menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DTitleSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    Chart3DTitleSettings
    Chart3DSubTitleStyleChart3D
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Chart3DTitleSettings : EJTagHelper

    Constructors

    Chart3DTitleSettings()

    Declaration
    public Chart3DTitleSettings()

    Properties

    Background

    Background of the title border.

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

    The default value is "transparent"

    Border

    Options to customize the border of the chart title.

    Declaration
    public Chart3DTitleBorder Border { get; set; }
    Property Value
    Type Description
    Chart3DTitleBorder

    The default value is null

    Color

    Color for the text.

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

    The default value is ""

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    FontFamily

    FontFamily for the text.

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

    The default value is null

    FontStyle

    FontStyle for the text.

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

    The default value is "Normal"

    FontWeight

    FontWeight for the text.

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

    The default value is "500"

    Opacity

    Opacity for the text.

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

    The default value is 1

    Position

    Defines the position for the chart title. Top: Displays the title at the top of the chart. Left: Displays the title at the left of the chart. Bottom: Displays the title at the bottom of the chart. Right: Displays the title at the right of the chart. Custom: Displays the title based on the given x and y values.

    Declaration
    public TitlePosition Position { get; set; }
    Property Value
    Type Description
    TitlePosition

    The default value is TitlePosition.Top

    Size

    Font size for the text.

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

    The default value is "15px"

    TextAlignment

    text alignment.

    Declaration
    public Alignment TextAlignment { get; set; }
    Property Value
    Type Description
    Alignment

    The default value is Alignment.Center

    TextOverflow

    Specifies the chart title text overflow.

    Declaration
    public TextOverflow TextOverflow { get; set; }
    Property Value
    Type Description
    TextOverflow

    The default value is TextOverflow.Wrap

    X

    Defines the X coordinate for the chart title.

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

    The default value is 0

    Y

    Defines the Y coordinate for the chart title.

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

    The default value is 0

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