Class StockChartRadialGradientBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartRadialGradientBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class StockChartRadialGradientBuilder : ControlBuilder
Constructors
StockChartRadialGradientBuilder()
Declaration
public StockChartRadialGradientBuilder()
StockChartRadialGradientBuilder(StockChartRadialGradient)
Declaration
public StockChartRadialGradientBuilder(StockChartRadialGradient model)
Parameters
Methods
Cx(Double)
The x-coordinate of the radial gradient center.
Declaration
public StockChartRadialGradientBuilder Cx(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Cy(Double)
The y-coordinate of the radial gradient center.
Declaration
public StockChartRadialGradientBuilder Cy(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Fx(Double)
The focal x-coordinate for the radial gradient.
Declaration
public StockChartRadialGradientBuilder Fx(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Fy(Double)
The focal y-coordinate for the radial gradient.
Declaration
public StockChartRadialGradientBuilder Fy(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
GradientColorStop(Object)
The collection of color stops in the gradient.
Declaration
public StockChartRadialGradientBuilder GradientColorStop(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
R(Double)
The radius of the radial gradient.
Declaration
public StockChartRadialGradientBuilder R(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns