Class ChartGradientColorStop
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ChartGradientColorStop
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartGradientColorStop : EJTagHelper
Constructors
ChartGradientColorStop()
Declaration
public ChartGradientColorStop()
Properties
Brighten
The brightness adjustment for the color.
Declaration
public double Brighten { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0 |
Color
The color of the stop.
Declaration
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |
Lighten
The lightness adjustment for the color.
Declaration
public double Lighten { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0 |
Offset
The offset position of the color stop.
Declaration
public double Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0 |
Opacity
The opacity of the color stop
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |