Class ChartSeriesConnector
Specifies the configuration of the series animation.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartSeriesConnector : ChartDefaultConnector, ISubcomponentTracker, IDisposable
Constructors
ChartSeriesConnector()
Declaration
public ChartSeriesConnector()
Properties
Color
Specifies the color of the connector line.
Declaration
public override string Color { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Width
Specifies the width of the connector line.
Declaration
public override double Width { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Implements
System.IDisposable