Class PivotViewSegmentBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewSegmentBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.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
| Type |
|---|
| PivotViewSegmentBuilder |
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
| Type |
|---|
| PivotViewSegmentBuilder |
Value(Object)
Allows to set the starting point of region.
Declaration
public PivotViewSegmentBuilder Value(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewSegmentBuilder |