Class PivotViewSegment
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewSegment
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewSegment : EJTagHelper
Constructors
PivotViewSegment()
Declaration
public PivotViewSegment()
Properties
Color
Allows to set the color of a region.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
DashArray
Allows to set the pattern of dashes and gaps to stroke.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
Value
Allows to set the starting point of region.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |