menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartLabelBorderBuilder

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

    Constructors

    ChartLabelBorderBuilder()

    Declaration
    public ChartLabelBorderBuilder()

    ChartLabelBorderBuilder(ChartLabelBorder)

    Declaration
    public ChartLabelBorderBuilder(ChartLabelBorder model)
    Parameters
    Type Name Description
    ChartLabelBorder model

    Methods

    Color(String)

    The color of the border, which accepts values in hex and rgba as valid CSS color strings.

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

    Type(BorderType)

    Specifies the border type for the labels. The available types include: Rectangle Without Top Border Without Top and Bottom Border Without Border Brace Curly Brace

    Declaration
    public ChartLabelBorderBuilder Type(BorderType value)
    Parameters
    Type Name Description
    BorderType value
    Returns
    Type
    ChartLabelBorderBuilder

    Width(Double)

    The width property specifies the thickness of the border in pixels.

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