menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularRangeGradientBuilder

    Class for circular gauge range gradient builder.

    Inheritance
    System.Object
    CircularRangeGradientBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularRangeGradientBuilder

    Constructors

    CircularRangeGradientBuilder(CircularRanges)

    Initializes a new instance of the CircularRangeGradientBuilder class for circular gauge range gradient.

    Declaration
    public CircularRangeGradientBuilder(CircularRanges gradient)
    Parameters
    Type Name Description
    CircularRanges gradient

    The gradient.

    Methods

    ColorInfo(Action<CircularColorInfoBuilder>)

    Colors the information.

    Declaration
    public CircularRangeGradientBuilder ColorInfo(Action<CircularColorInfoBuilder> colorinfo)
    Parameters
    Type Name Description
    System.Action<CircularColorInfoBuilder> colorinfo

    The colorinfo.

    Returns
    Type Description
    CircularRangeGradientBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved