Class ChartGradientColorStopBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartGradientColorStopBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartGradientColorStopBuilder : ControlBuilder
Constructors
ChartGradientColorStopBuilder()
Declaration
public ChartGradientColorStopBuilder()
ChartGradientColorStopBuilder(List<ChartGradientColorStop>)
Declaration
public ChartGradientColorStopBuilder(List<ChartGradientColorStop> collection)
Parameters
Methods
Add()
Declaration
Brighten(Double)
The brightness adjustment for the color.
Declaration
public ChartGradientColorStopBuilder Brighten(double brighten)
Parameters
| Type |
Name |
Description |
| System.Double |
brighten |
|
Returns
Color(String)
Declaration
public ChartGradientColorStopBuilder Color(string color)
Parameters
| Type |
Name |
Description |
| System.String |
color |
|
Returns
Lighten(Double)
The lightness adjustment for the color.
Declaration
public ChartGradientColorStopBuilder Lighten(double lighten)
Parameters
| Type |
Name |
Description |
| System.Double |
lighten |
|
Returns
Offset(Double)
The offset position of the color stop.
Declaration
public ChartGradientColorStopBuilder Offset(double offset)
Parameters
| Type |
Name |
Description |
| System.Double |
offset |
|
Returns
Opacity(Double)
The opacity of the color stop
Declaration
public ChartGradientColorStopBuilder Opacity(double opacity)
Parameters
| Type |
Name |
Description |
| System.Double |
opacity |
|
Returns