menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class StateRangesBuilder

    Class for state range builder.

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

    Constructors

    StateRangesBuilder(CircularIndicators)

    Initializes a new instance of the StateRangesBuilder class to indicate the indicator state range.

    Declaration
    public StateRangesBuilder(CircularIndicators stateRanges)
    Parameters
    Type Name Description
    CircularIndicators stateRanges

    The state ranges.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    BackgroundColor(String)

    Declaration
    public StateRangesBuilder BackgroundColor(string backgroundColor)
    Parameters
    Type Name Description
    System.String backgroundColor
    Returns
    Type Description
    StateRangesBuilder

    BorderColor(String)

    Borders the color.

    Declaration
    public StateRangesBuilder BorderColor(string BorderColor)
    Parameters
    Type Name Description
    System.String BorderColor

    Color of the border.

    Returns
    Type Description
    StateRangesBuilder

    EndValue(Double)

    Ends the value.

    Declaration
    public StateRangesBuilder EndValue(double endValue)
    Parameters
    Type Name Description
    System.Double endValue

    The end value.

    Returns
    Type Description
    StateRangesBuilder

    Font(Action<CircularFontBuilder>)

    Fonts the specified font.

    Declaration
    public StateRangesBuilder Font(Action<CircularFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<CircularFontBuilder> font

    The font.

    Returns
    Type Description
    StateRangesBuilder

    StartValue(Double)

    Starts the value.

    Declaration
    public StateRangesBuilder StartValue(double startValue)
    Parameters
    Type Name Description
    System.Double startValue

    The start value.

    Returns
    Type Description
    StateRangesBuilder

    Text(String)

    Texts the specified text.

    Declaration
    public StateRangesBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    The text.

    Returns
    Type Description
    StateRangesBuilder

    TextColor(String)

    Texts the color.

    Declaration
    public StateRangesBuilder TextColor(string textColor)
    Parameters
    Type Name Description
    System.String textColor

    Color of the text.

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