menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartBorderBuilder

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

    Constructors

    BulletChartBorderBuilder()

    Declaration
    public BulletChartBorderBuilder()

    BulletChartBorderBuilder(BulletChartBorder)

    Declaration
    public BulletChartBorderBuilder(BulletChartBorder model)
    Parameters
    Type Name Description
    BulletChartBorder model

    Methods

    Color(String)

    Specifies the color of the border, accepting values in hex or RGBA as valid CSS color strings.

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

    DashArray(String)

    Sets the length of dashes in the stroke of border.

    Declaration
    public BulletChartBorderBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BulletChartBorderBuilder

    Width(Double)

    The width of the border in pixels.

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