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