Class PivotViewSegment
Inheritance
System.Object
PivotViewSegment
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 |
|
DashArray
Allows to set the pattern of dashes and gaps to stroke.
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Value
Allows to set the starting point of region.
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|