Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCommonConnector - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCommonConnector

    Specifies the connector line style

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    ChartCommonConnector
    ChartIndicatorLowerLine
    ChartIndicatorMacdLine
    ChartIndicatorPeriodLine
    ChartIndicatorUpperLine
    ChartSeriesConnector
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartCommonConnector : SfDataBoundComponent

    Constructors

    ChartCommonConnector()

    Declaration
    public ChartCommonConnector()

    Properties

    Color

    Specifies the color of the connector line

    Declaration
    public virtual string Color { get; set; }
    Property Value
    Type Description
    System.String

    DashArray

    Specifies the dashArray for the connector line.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    Length

    Specifies the length of the connector line.

    Declaration
    public string Length { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Specifies the type of the connector line

    Declaration
    public ConnectorType Type { get; set; }
    Property Value
    Type Description
    ConnectorType

    Width

    Specifies the width of the connector line

    Declaration
    public virtual double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved