menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartConnectorBuilder

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

    Constructors

    ChartConnectorBuilder()

    Declaration
    public ChartConnectorBuilder()

    ChartConnectorBuilder(ChartConnector)

    Declaration
    public ChartConnectorBuilder(ChartConnector model)
    Parameters
    Type Name Description
    ChartConnector model

    Methods

    Color(String)

    Specifies the color of the connector line, accepting values in hex or rgba as valid CSS color strings.

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

    DashArray(String)

    Specifies the dash pattern of the connector line.

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

    Length(String)

    Specifies the length of the connector line in pixels.

    Declaration
    public ChartConnectorBuilder Length(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartConnectorBuilder

    Type(ConnectorType)

    Specifies the type of connector line. The available types are: Smooth Line

    Declaration
    public ChartConnectorBuilder Type(ConnectorType value)
    Parameters
    Type Name Description
    ConnectorType value
    Returns
    Type
    ChartConnectorBuilder

    Width(Double)

    Specifies the width of the connector line in pixels.

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