menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeLineBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LinearGaugeLineBuilder
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeLineBuilder : ControlBuilder

    Constructors

    LinearGaugeLineBuilder()

    Declaration
    public LinearGaugeLineBuilder()

    LinearGaugeLineBuilder(LinearGaugeLine)

    Declaration
    public LinearGaugeLineBuilder(LinearGaugeLine model)
    Parameters
    Type Name Description
    LinearGaugeLine model

    Methods

    Color(String)

    Sets and gets the color for the axis line.

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

    DashArray(String)

    Sets and gets the dash-array of the axis line.

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

    Height(Double)

    Sets and gets the height of the axis line.

    Declaration
    public LinearGaugeLineBuilder Height(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    LinearGaugeLineBuilder

    Offset(Double)

    Sets and gets the offset value from where the axis line must be placed in linear gauge.

    Declaration
    public LinearGaugeLineBuilder Offset(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    LinearGaugeLineBuilder

    Width(Double)

    Sets and gets the width of the axis line.

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