Class ChartSegment
Defines a region (segment) that helps differentiate a line-type series, typically used by multi-colored series.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartSegment : ChartSubComponent, IAsyncDisposable, ISubcomponentTracker
Constructors
ChartSegment()
Declaration
public ChartSegment()
Properties
Color
Declaration
public string Color { get; set; }
Property Value
| Type |
|---|
| System.String |
DashArray
Declaration
public string DashArray { get; set; }
Property Value
| Type |
|---|
| System.String |
Value
Declaration
public object Value { get; set; }
Property Value
| Type |
|---|
| System.Object |
Implements
System.IAsyncDisposable