alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class StockChartRadialGradientBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    StockChartRadialGradientBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved