menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DTitleSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    Chart3DTitleSettingsBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Chart3DTitleSettingsBuilder : ControlBuilder

    Constructors

    Chart3DTitleSettingsBuilder()

    Declaration
    public Chart3DTitleSettingsBuilder()

    Chart3DTitleSettingsBuilder(Chart3DTitleSettings)

    Declaration
    public Chart3DTitleSettingsBuilder(Chart3DTitleSettings model)
    Parameters
    Type Name Description
    Chart3DTitleSettings model

    Methods

    Background(String)

    Background of the title border.

    Declaration
    public Chart3DTitleSettingsBuilder Background(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Border(Chart3DTitleBorder)

    Options to customize the border of the chart title.

    Declaration
    public Chart3DTitleSettingsBuilder Border(Chart3DTitleBorder value)
    Parameters
    Type Name Description
    Chart3DTitleBorder value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Border(Action<Chart3DTitleBorderBuilder>)

    Declaration
    public Chart3DTitleSettingsBuilder Border(Action<Chart3DTitleBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<Chart3DTitleBorderBuilder> border
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Color(String)

    Color for the text.

    Declaration
    public Chart3DTitleSettingsBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    FontFamily(String)

    FontFamily for the text.

    Declaration
    public Chart3DTitleSettingsBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    FontStyle(String)

    FontStyle for the text.

    Declaration
    public Chart3DTitleSettingsBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    FontWeight(String)

    FontWeight for the text.

    Declaration
    public Chart3DTitleSettingsBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Opacity(Double)

    Opacity for the text.

    Declaration
    public Chart3DTitleSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Position(TitlePosition)

    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 Chart3DTitleSettingsBuilder Position(TitlePosition value)
    Parameters
    Type Name Description
    TitlePosition value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Size(String)

    Font size for the text.

    Declaration
    public Chart3DTitleSettingsBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    TextAlignment(Alignment)

    text alignment.

    Declaration
    public Chart3DTitleSettingsBuilder TextAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    TextOverflow(TextOverflow)

    Specifies the chart title text overflow.

    Declaration
    public Chart3DTitleSettingsBuilder TextOverflow(TextOverflow value)
    Parameters
    Type Name Description
    TextOverflow value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    X(Double)

    Defines the X coordinate for the chart title.

    Declaration
    public Chart3DTitleSettingsBuilder X(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    Chart3DTitleSettingsBuilder

    Y(Double)

    Defines the Y coordinate for the chart title.

    Declaration
    public Chart3DTitleSettingsBuilder Y(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    Chart3DTitleSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved