alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartGradientColorStopBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartGradientColorStopBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartGradientColorStopBuilder : ControlBuilder

    Constructors

    ChartGradientColorStopBuilder()

    Declaration
    public ChartGradientColorStopBuilder()

    ChartGradientColorStopBuilder(List<ChartGradientColorStop>)

    Declaration
    public ChartGradientColorStopBuilder(List<ChartGradientColorStop> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartGradientColorStop> collection

    Methods

    Add()

    Declaration
    public void Add()

    Brighten(Double)

    The brightness adjustment for the color.

    Declaration
    public ChartGradientColorStopBuilder Brighten(double brighten)
    Parameters
    Type Name Description
    System.Double brighten
    Returns
    Type
    ChartGradientColorStopBuilder

    Color(String)

    The color of the stop.

    Declaration
    public ChartGradientColorStopBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type
    ChartGradientColorStopBuilder

    Lighten(Double)

    The lightness adjustment for the color.

    Declaration
    public ChartGradientColorStopBuilder Lighten(double lighten)
    Parameters
    Type Name Description
    System.Double lighten
    Returns
    Type
    ChartGradientColorStopBuilder

    Offset(Double)

    The offset position of the color stop.

    Declaration
    public ChartGradientColorStopBuilder Offset(double offset)
    Parameters
    Type Name Description
    System.Double offset
    Returns
    Type
    ChartGradientColorStopBuilder

    Opacity(Double)

    The opacity of the color stop

    Declaration
    public ChartGradientColorStopBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type
    ChartGradientColorStopBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved