Class ChartSegmentBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartSegmentBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartSegmentBuilder : ControlBuilder
Constructors
ChartSegmentBuilder()
Declaration
public ChartSegmentBuilder()
ChartSegmentBuilder(List<ChartSegment>)
Declaration
public ChartSegmentBuilder(List<ChartSegment> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<ChartSegment> |
collection |
|
Methods
Add()
Declaration
Color(String)
Defines the fill color for the region using a color name, hex code, or rgba value.
Declaration
public ChartSegmentBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
DashArray(String)
Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.
Declaration
public ChartSegmentBuilder DashArray(string dashArray)
Parameters
Type |
Name |
Description |
System.String |
dashArray |
|
Returns
Value(Object)
Defines the starting point of region.
Declaration
public ChartSegmentBuilder Value(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns