alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartGradientColorStop

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartGradientColorStop
    GradientColorStopRadialGradient
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartGradientColorStop : EJTagHelper

    Constructors

    ChartGradientColorStop()

    Declaration
    public ChartGradientColorStop()

    Properties

    Brighten

    The brightness adjustment for the color.

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

    The default value is 0

    Color

    The color of the stop.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Lighten

    The lightness adjustment for the color.

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

    The default value is 0

    Offset

    The offset position of the color stop.

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

    The default value is 0

    Opacity

    The opacity of the color stop

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

    The default value is 1

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