menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeRangeBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeRangeBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    CircularGaugeRangeBuilder
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeRangeBuilder : ControlBuilder

    Constructors

    CircularGaugeRangeBuilder()

    Declaration
    public CircularGaugeRangeBuilder()

    CircularGaugeRangeBuilder(List<CircularGaugeRange>)

    Declaration
    public CircularGaugeRangeBuilder(List<CircularGaugeRange> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<CircularGaugeRange> collection

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Sets and gets the color of the ranges in circular gauge.

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

    End(Double)

    Sets and gets the end value of the range in circular gauge.

    Declaration
    public CircularGaugeRangeBuilder End(double end)
    Parameters
    Type Name Description
    System.Double end
    Returns
    Type
    CircularGaugeRangeBuilder

    EndWidth(Double)

    Sets and gets the width for the end of the range in the circular gauge.

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

    EndWidth(String)

    Sets and gets the width for the end of the range in the circular gauge.

    Declaration
    public CircularGaugeRangeBuilder EndWidth(string endWidth)
    Parameters
    Type Name Description
    System.String endWidth
    Returns
    Type
    CircularGaugeRangeBuilder

    LegendText(String)

    Sets and gets the text to be displayed for the corresponding legend item in the legend of the circular gauge.

    Declaration
    public CircularGaugeRangeBuilder LegendText(string legendText)
    Parameters
    Type Name Description
    System.String legendText
    Returns
    Type
    CircularGaugeRangeBuilder

    LinearGradient(CircularGaugeLinearGradient)

    Sets and gets the properties to render a linear gradient for the range. If both linear and radial gradient is set, then the linear gradient will be rendered in the range.

    Declaration
    public CircularGaugeRangeBuilder LinearGradient(CircularGaugeLinearGradient linearGradient)
    Parameters
    Type Name Description
    CircularGaugeLinearGradient linearGradient
    Returns
    Type
    CircularGaugeRangeBuilder

    LinearGradient(Action<CircularGaugeLinearGradientBuilder>)

    Declaration
    public CircularGaugeRangeBuilder LinearGradient(Action<CircularGaugeLinearGradientBuilder> linearGradient)
    Parameters
    Type Name Description
    System.Action<CircularGaugeLinearGradientBuilder> linearGradient
    Returns
    Type
    CircularGaugeRangeBuilder

    Offset(Double)

    Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.

    Declaration
    public CircularGaugeRangeBuilder Offset(double offset)
    Parameters
    Type Name Description
    System.Double offset
    Returns
    Type
    CircularGaugeRangeBuilder

    Offset(String)

    Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.

    Declaration
    public CircularGaugeRangeBuilder Offset(string offset)
    Parameters
    Type Name Description
    System.String offset
    Returns
    Type
    CircularGaugeRangeBuilder

    Opacity(Double)

    Sets and gets the opacity for the ranges in circular gauge.

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

    Position(PointerRangePosition)

    Sets and gets the position of the range in the axis in circular gauge.

    Declaration
    public CircularGaugeRangeBuilder Position(PointerRangePosition position)
    Parameters
    Type Name Description
    PointerRangePosition position
    Returns
    Type
    CircularGaugeRangeBuilder

    RadialGradient(CircularGaugeRadialGradient)

    Sets and gets the properties to render a radial gradient for the range.

    Declaration
    public CircularGaugeRangeBuilder RadialGradient(CircularGaugeRadialGradient radialGradient)
    Parameters
    Type Name Description
    CircularGaugeRadialGradient radialGradient
    Returns
    Type
    CircularGaugeRangeBuilder

    RadialGradient(Action<CircularGaugeRadialGradientBuilder>)

    Declaration
    public CircularGaugeRangeBuilder RadialGradient(Action<CircularGaugeRadialGradientBuilder> radialGradient)
    Parameters
    Type Name Description
    System.Action<CircularGaugeRadialGradientBuilder> radialGradient
    Returns
    Type
    CircularGaugeRangeBuilder

    Radius(String)

    Sets and gets the radius of the range for circular gauge.

    Declaration
    public CircularGaugeRangeBuilder Radius(string radius)
    Parameters
    Type Name Description
    System.String radius
    Returns
    Type
    CircularGaugeRangeBuilder

    RoundedCornerRadius(Double)

    Sets and gets the corner radius for ranges in circular gauge.

    Declaration
    public CircularGaugeRangeBuilder RoundedCornerRadius(double roundedCornerRadius)
    Parameters
    Type Name Description
    System.Double roundedCornerRadius
    Returns
    Type
    CircularGaugeRangeBuilder

    Start(Double)

    Sets and gets the start value of the range in circular gauge.

    Declaration
    public CircularGaugeRangeBuilder Start(double start)
    Parameters
    Type Name Description
    System.Double start
    Returns
    Type
    CircularGaugeRangeBuilder

    StartWidth(Double)

    Sets and gets the width for the start of the range in the circular gauge.

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

    StartWidth(String)

    Sets and gets the width for the start of the range in the circular gauge.

    Declaration
    public CircularGaugeRangeBuilder StartWidth(string startWidth)
    Parameters
    Type Name Description
    System.String startWidth
    Returns
    Type
    CircularGaugeRangeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved