menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartSeriesConnector

    Provides the options to customize the appearance of the connector line in the chart.

    Inheritance
    System.Object
    ChartSubComponent
    ChartDefaultConnector
    ChartSeriesConnector
    Implements
    System.IDisposable
    Inherited Members
    ChartDefaultConnector.DashArray
    ChartDefaultConnector.Length
    ChartDefaultConnector.Type
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    ChartSubComponent.Dispose(Boolean)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartSeriesConnector : ChartDefaultConnector, ISubcomponentTracker, IDisposable

    Constructors

    ChartSeriesConnector()

    Declaration
    public ChartSeriesConnector()

    Properties

    Color

    Gets or sets the color of the connector line.

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

    A string value representing the color of the connector line, using valid CSS color strings (e.g., "black", "#000000", "rgba(0,0,0,1)"). The default value is "black".

    Overrides
    ChartDefaultConnector.Color
    Remarks

    This property sets the color of the connector line. Modifying it can change the visual appearance of lines connecting points in the series.

    Width

    Gets or sets the width of the connector line.

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

    A double value representing the width of the connector line in pixels. The default value is 2.

    Overrides
    ChartDefaultConnector.Width
    Remarks

    This property allows customization of the thickness of the connector line between series points.

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Overrides
    ChartSubComponent.OnParametersSet()

    Implements

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