ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeLineBuilder

    Inheritance
    System.Object
    ControlBuilder
    LinearGaugeLineBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    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 Description
    LinearGaugeLineBuilder

    Offset(Double)

    Sets and gets the offset to position the axis line in linear gauge.

    Declaration
    public LinearGaugeLineBuilder Offset(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    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 Description
    LinearGaugeLineBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved