menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularColorInfoBuilder

    Class for Circular gauge color info builder.

    Inheritance
    System.Object
    CircularColorInfoBuilder
    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 CircularColorInfoBuilder

    Constructors

    CircularColorInfoBuilder(CircularPointerGradient)

    Initializes a new instance of the CircularColorInfoBuilder class to indicate the pointer gradient color information.

    Declaration
    public CircularColorInfoBuilder(CircularPointerGradient colorInfo)
    Parameters
    Type Name Description
    CircularPointerGradient colorInfo

    The pointer gradient color information.

    CircularColorInfoBuilder(CircularRangeGradient)

    Initializes a new instance of the CircularColorInfoBuilder class to indicate the range gradient color information.

    Declaration
    public CircularColorInfoBuilder(CircularRangeGradient colorInfo)
    Parameters
    Type Name Description
    CircularRangeGradient colorInfo

    The range gradient color information.

    CircularColorInfoBuilder(InteriorGradient)

    Initializes a new instance of the CircularColorInfoBuilder class to indicate the interior gradient color information.

    Declaration
    public CircularColorInfoBuilder(InteriorGradient colorInfo)
    Parameters
    Type Name Description
    InteriorGradient colorInfo

    The gradient color information.

    CircularColorInfoBuilder(InteriorGradients)

    Initializes a new instance of the CircularColorInfoBuilder class to indicate the gradient color information.

    Declaration
    public CircularColorInfoBuilder(InteriorGradients colorInfo)
    Parameters
    Type Name Description
    InteriorGradients colorInfo

    The gradients color information.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    Color(String)

    Colors the specified color.

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

    The color.

    Returns
    Type Description
    CircularColorInfoBuilder

    ColorStop(Int32)

    Color stop.

    Declaration
    public CircularColorInfoBuilder ColorStop(int colorStop)
    Parameters
    Type Name Description
    System.Int32 colorStop

    The color stop.

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