Class ChartRangeColorSetting
Inheritance
System.Object
ChartRangeColorSetting
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartRangeColorSetting : EJTagHelper
Constructors
ChartRangeColorSetting()
Declaration
public ChartRangeColorSetting()
Properties
Colors
Specify the fill colors of point those lies on the given range, if multiple colors mentioned, then we need to fill gradient
Declaration
public string[] Colors { get; set; }
Property Value
Type |
Description |
System.String[] |
|
End
Specify the end value of color mapping range
Declaration
public double End { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Label
Specify name for the range mapping item.
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Start
Specify the start value of color mapping range
Declaration
public double Start { get; set; }
Property Value
Type |
Description |
System.Double |
|