Class ChartSegment
Defines the collection of regions that helps to differentiate a line Type series.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartSegment : ChartSubComponent, ISubcomponentTracker
Constructors
ChartSegment()
Declaration
public ChartSegment()
Properties
Color
Sets and gets the color of the segment series.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
DashArray
Sets and gets the dash array of the segment series.
Declaration
public string DashArray { get; set; }
Property Value
Type |
---|
System.String |
Value
Sets and gets the value of the segment series.
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()