Class ChartSegmentBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
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
public void Add()
Color(String)
Defines the color of a region.
Declaration
public ChartSegmentBuilder Color(string color)
Parameters
Type | Name | Description |
---|---|---|
System.String | color |
Returns
Type | Description |
---|---|
ChartSegmentBuilder |
DashArray(String)
Defines the pattern of dashes and gaps to stroke.
Declaration
public ChartSegmentBuilder DashArray(string dashArray)
Parameters
Type | Name | Description |
---|---|---|
System.String | dashArray |
Returns
Type | Description |
---|---|
ChartSegmentBuilder |
Value(Object)
Defines the starting point of region.
Declaration
public ChartSegmentBuilder Value(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
ChartSegmentBuilder |