menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartCommonConnector - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartCommonConnector

    To specify customization options for stockchart indicator connector line.

    Inheritance
    System.Object
    StockChartCommonConnector
    StockChartLowerLine
    StockChartMacdLine
    StockChartPeriodLine
    StockChartUpperLine
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartCommonConnector : OwningComponentBase

    Constructors

    StockChartCommonConnector()

    Declaration
    public StockChartCommonConnector()

    Properties

    Color

    Color of the connector line.

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

    DashArray

    dashArray of the connector line.

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

    Length

    Length of the connector line in pixels.

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

    Type

    specifies the type of the connector line. They are Smooth Line.

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

    Width

    Width of the connector line in pixels.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved