menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ConnectorLine

    Inheritance
    System.Object
    EJTagHelper
    ConnectorLine
    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 ConnectorLine : EJTagHelper

    Constructors

    ConnectorLine()

    Declaration
    public ConnectorLine()

    Properties

    Color

    Gets or sets the Color of connector line.

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

    Color of the connector line.

    Height

    Gets or sets the Height of connector line.

    Declaration
    [JsonProperty("height")]
    public double? Height { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Remarks

    Height of the connector line.

    Type

    Gets or sets the Type of connector line.

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ConnectorType Type { get; set; }
    Property Value
    Type Description
    ConnectorType
    Remarks

    Specifies when the connector has to be drawn as Bezier curve or straight line. This is applicable only for Pie and Doughnut chart types.

    Width

    Gets or sets the Width of connector line.

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

    Width of the connector line.

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