Class ChartSegment
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ChartSegment
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.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public class ChartSegment : EJTagHelper
Constructors
ChartSegment()
Declaration
public ChartSegment()
Properties
Color
Defines the fill color for the region using a color name, hex code, or rgba value.
Declaration
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
DashArray
Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.
Declaration
public string DashArray { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "0" |
Value
Defines the starting point of region.
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |