alexa
menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartRadialGradient

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartRadialGradient
    SeriesRadialGradientSeries
    TechnicalIndicatorRadialGradientIndicators
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartRadialGradient : EJTagHelper

    Constructors

    ChartRadialGradient()

    Declaration
    public ChartRadialGradient()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Cx

    The x-coordinate of the radial gradient center.

    Declaration
    public double Cx { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0.5

    Cy

    The y-coordinate of the radial gradient center.

    Declaration
    public double Cy { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0.5

    Fx

    The focal x-coordinate for the radial gradient.

    Declaration
    public double Fx { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Fy

    The focal y-coordinate for the radial gradient.

    Declaration
    public double Fy { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    GradientColorStop

    The collection of color stops in the gradient.

    Declaration
    public object GradientColorStop { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    R

    The radius of the radial gradient.

    Declaration
    public double R { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0.5

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved