ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartLabelBorderBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartLabelBorderBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 that accepts value in hex and rgba as a valid CSS color string.

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

    Type(BorderType)

    Border type for labels Rectangle Without Top Border Without Top and BottomBorder Without Border Brace CurlyBrace

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

    Width(Double)

    The width of the border in pixels.

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