menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class IndicatorBuilder

    Class for indicator builder.

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

    Constructors

    IndicatorBuilder(Scales)

    Initializes a new instance of the IndicatorBuilder class to indicate the scale indicator.

    Declaration
    public IndicatorBuilder(Scales indicator)
    Parameters
    Type Name Description
    Scales indicator

    The indicator.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    Border(Action<LinearBorderBuilder>)

    Borders the specified border.

    Declaration
    public IndicatorBuilder Border(Action<LinearBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<LinearBorderBuilder> border

    The border.

    Returns
    Type Description
    IndicatorBuilder

    Height(Double)

    Heights the specified height.

    Declaration
    public IndicatorBuilder Height(double height)
    Parameters
    Type Name Description
    System.Double height

    The height.

    Returns
    Type Description
    IndicatorBuilder

    IndicatorBackgroundColor(String)

    Indicators the color of the background.

    Declaration
    public IndicatorBuilder IndicatorBackgroundColor(string backgroundColor)
    Parameters
    Type Name Description
    System.String backgroundColor

    Color of the background.

    Returns
    Type Description
    IndicatorBuilder

    IndicatorFont(Action<FontBuilder>)

    Indicators the font.

    Declaration
    public IndicatorBuilder IndicatorFont(Action<FontBuilder> Indicatorfont)
    Parameters
    Type Name Description
    System.Action<FontBuilder> Indicatorfont

    The indicator font.

    Returns
    Type Description
    IndicatorBuilder

    IndicatorOpacity(Double)

    Indicators the opacity.

    Declaration
    public IndicatorBuilder IndicatorOpacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity

    The opacity.

    Returns
    Type Description
    IndicatorBuilder

    IndicatorPointerGradient(String)

    Indicators the pointer gradient.

    Declaration
    public IndicatorBuilder IndicatorPointerGradient(string pointerGradient)
    Parameters
    Type Name Description
    System.String pointerGradient

    The pointer gradient.

    Returns
    Type Description
    IndicatorBuilder

    IndicatorTextLocation(Action<TextLocationBuilder>)

    Indicators the text location.

    Declaration
    public IndicatorBuilder IndicatorTextLocation(Action<TextLocationBuilder> indicatorTextLocation)
    Parameters
    Type Name Description
    System.Action<TextLocationBuilder> indicatorTextLocation

    The indicator text location.

    Returns
    Type Description
    IndicatorBuilder

    Position(Action<LinearPositionBuilder>)

    Positions the specified position.

    Declaration
    public IndicatorBuilder Position(Action<LinearPositionBuilder> position)
    Parameters
    Type Name Description
    System.Action<LinearPositionBuilder> position

    The position.

    Returns
    Type Description
    IndicatorBuilder

    StateRanges(Action<StateRangeBuilder>)

    States the ranges.

    Declaration
    public IndicatorBuilder StateRanges(Action<StateRangeBuilder> indicatorStateRange)
    Parameters
    Type Name Description
    System.Action<StateRangeBuilder> indicatorStateRange

    The indicator state range.

    Returns
    Type Description
    IndicatorBuilder

    Type(IndicatorType)

    Types the specified type.

    Declaration
    public IndicatorBuilder Type(IndicatorType type)
    Parameters
    Type Name Description
    IndicatorType type

    The type.

    Returns
    Type Description
    IndicatorBuilder

    Width(Double)

    Widthes the specified width.

    Declaration
    public IndicatorBuilder Width(double width)
    Parameters
    Type Name Description
    System.Double width

    The width.

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