Class PivotViewSegmentBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewSegmentBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewSegmentBuilder : ControlBuilder
Constructors
PivotViewSegmentBuilder()
Declaration
public PivotViewSegmentBuilder()
PivotViewSegmentBuilder(List<PivotViewSegment>)
Declaration
public PivotViewSegmentBuilder(List<PivotViewSegment> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<PivotViewSegment> | collection |
Methods
Add()
Declaration
public void Add()
Color(String)
Allows to set the color of a region.
Declaration
public PivotViewSegmentBuilder Color(string color)
Parameters
Type | Name | Description |
---|---|---|
System.String | color |
Returns
DashArray(String)
Allows to set the pattern of dashes and gaps to stroke.
Declaration
public PivotViewSegmentBuilder DashArray(string dashArray)
Parameters
Type | Name | Description |
---|---|---|
System.String | dashArray |
Returns
Value(Object)
Allows to set the starting point of region.
Declaration
public PivotViewSegmentBuilder Value(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |