menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class InteriorGradientsBuilder

    Class for interior gradients builder.

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

    Constructors

    InteriorGradientsBuilder(CircularGauge)

    Initializes a new instance of the InteriorGradientsBuilder class to indicate the interior gradient.

    Declaration
    public InteriorGradientsBuilder(CircularGauge interiorGradient)
    Parameters
    Type Name Description
    CircularGauge interiorGradient

    The interior gradient.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    ColorInfo(Action<CircularColorInfoBuilder>)

    Colors the information.

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

    The colorinfo.

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