menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeLineBuilder

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

    Constructors

    CircularGaugeLineBuilder()

    Declaration
    public CircularGaugeLineBuilder()

    CircularGaugeLineBuilder(CircularGaugeLine)

    Declaration
    public CircularGaugeLineBuilder(CircularGaugeLine model)
    Parameters
    Type Name Description
    CircularGaugeLine model

    Methods

    Color(String)

    Sets and gets the color of the axis line in the circular gauge. This property accepts the value in hex code, rgba string as a valid CSS color string.

    Declaration
    public CircularGaugeLineBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    CircularGaugeLineBuilder

    DashArray(String)

    Sets and gets the dash-array of the axis line in circular gauge.

    Declaration
    public CircularGaugeLineBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    CircularGaugeLineBuilder

    Width(Double)

    Sets and gets the width of the line in circular gauge.

    Declaration
    public CircularGaugeLineBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    CircularGaugeLineBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved