menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularRangesBuilder

    Class for circular gauge ranges builder.

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

    Constructors

    CircularRangesBuilder(CircularScales)

    Initializes a new instance of the CircularRangesBuilder class to indicate the scale range.

    Declaration
    public CircularRangesBuilder(CircularScales ranges)
    Parameters
    Type Name Description
    CircularScales ranges

    The ranges.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    BackgroundColor(String)

    Backgrounds the color.

    Declaration
    public CircularRangesBuilder BackgroundColor(string BackgroundColor)
    Parameters
    Type Name Description
    System.String BackgroundColor

    Color of the background.

    Returns
    Type Description
    CircularRangesBuilder

    Border(Action<CircularBorderBuilder>)

    Borders the specified border.

    Declaration
    public CircularRangesBuilder Border(Action<CircularBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<CircularBorderBuilder> border

    The border.

    Returns
    Type Description
    CircularRangesBuilder

    DistanceFromScale(Double)

    Distances from scale.

    Declaration
    public CircularRangesBuilder DistanceFromScale(double distanceFromScale)
    Parameters
    Type Name Description
    System.Double distanceFromScale

    The distance from scale.

    Returns
    Type Description
    CircularRangesBuilder

    EndValue(Double)

    Ends the value.

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

    The end value.

    Returns
    Type Description
    CircularRangesBuilder

    EndWidth(Double)

    Ends the width.

    Declaration
    public CircularRangesBuilder EndWidth(double endWidth)
    Parameters
    Type Name Description
    System.Double endWidth

    The end width.

    Returns
    Type Description
    CircularRangesBuilder

    Gradients(Action<CircularRangeGradientBuilder>)

    Specifies the gradient.

    Declaration
    public CircularRangesBuilder Gradients(Action<CircularRangeGradientBuilder> gradient)
    Parameters
    Type Name Description
    System.Action<CircularRangeGradientBuilder> gradient

    The gradient.

    Returns
    Type Description
    CircularRangesBuilder

    LegendText(String)

    text of range.

    Declaration
    public CircularRangesBuilder LegendText(string legendtext)
    Parameters
    Type Name Description
    System.String legendtext
    Returns
    Type Description
    CircularRangesBuilder

    Opacity(Double)

    Opacities the specified opacity.

    Declaration
    public CircularRangesBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity

    The opacity.

    Returns
    Type Description
    CircularRangesBuilder

    Placement(RangePlacement)

    Placements the specified placement.

    Declaration
    public CircularRangesBuilder Placement(RangePlacement placement)
    Parameters
    Type Name Description
    RangePlacement placement

    The placement.

    Returns
    Type Description
    CircularRangesBuilder

    Size(Double)

    Sizes the specified size.

    Declaration
    public CircularRangesBuilder Size(double size)
    Parameters
    Type Name Description
    System.Double size

    The size.

    Returns
    Type Description
    CircularRangesBuilder

    StartValue(Double)

    Starts the value.

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

    The start value.

    Returns
    Type Description
    CircularRangesBuilder

    StartWidth(Double)

    Starts the width.

    Declaration
    public CircularRangesBuilder StartWidth(double startWidth)
    Parameters
    Type Name Description
    System.Double startWidth

    The start width.

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