Class ChartSegment
Inheritance
System.Object
ChartSegment
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartSegment : EJTagHelper
Constructors
ChartSegment()
Declaration
Properties
Color
Defines the color of a region.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
DashArray
Defines 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
Defines the starting point of region.
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|