menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTitleBorder

    Show / Hide Table of Contents

    Class ChartTitleBorder

    Inheritance
    System.Object
    EJTagHelper
    ChartTitleBorder
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ChartTitleBorder : EJTagHelper

    Constructors

    ChartTitleBorder()

    Declaration
    public ChartTitleBorder()

    Properties

    Color

    Gets or sets the value for Color in chart title border, which renders chart title border in specified color.

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Options to customize the color of Chart title border.

    CornerRadius

    Gets or sets the value for CornerRadius, which provides options to customize chat title border corner radius.

    Declaration
    [JsonProperty("cornerRadius")]
    public double CornerRadius { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Options to customize the corner radius of Chart title border.

    Opacity

    Gets or sets the value for Opacity in chart title border, which sets opacity for chart title border whose values range from 0 to 1.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Options to customize the opacity of Chart title border.

    Width

    Gets or sets the value for Width in chart title border, which renders chart title based on specified width value.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Width of Chart title border.

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