menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LinearBorderBuilder

    Class for linear gauge border builder.

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

    Constructors

    LinearBorderBuilder(Indicators)

    Initializes a new instance of the LinearBorderBuilder class to indicate the indicator.

    Declaration
    public LinearBorderBuilder(Indicators indicator)
    Parameters
    Type Name Description
    Indicators indicator

    The indicator.

    LinearBorderBuilder(LinearBorder)

    Initializes a new instance of the LinearBorderBuilder class to indicate the border.

    Declaration
    public LinearBorderBuilder(LinearBorder border)
    Parameters
    Type Name Description
    LinearBorder border

    The border.

    LinearBorderBuilder(MarkerPointers)

    Initializes a new instance of the LinearBorderBuilder class to indicate the marker pointer.

    Declaration
    public LinearBorderBuilder(MarkerPointers pointer)
    Parameters
    Type Name Description
    MarkerPointers pointer

    The pointer.

    LinearBorderBuilder(Ranges)

    Initializes a new instance of the LinearBorderBuilder class to indicate the range.

    Declaration
    public LinearBorderBuilder(Ranges range)
    Parameters
    Type Name Description
    Ranges range

    The range.

    LinearBorderBuilder(Scales)

    Initializes a new instance of the LinearBorderBuilder class to indicate the scale.

    Declaration
    public LinearBorderBuilder(Scales scale)
    Parameters
    Type Name Description
    Scales scale

    The scale.

    Methods

    Color(String)

    Colors the specified color.

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

    The color.

    Returns
    Type Description
    LinearBorderBuilder

    Width(Double)

    Widthes the specified width.

    Declaration
    public LinearBorderBuilder Width(double width)
    Parameters
    Type Name Description
    System.Double width

    The width.

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