menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RangeBorderBuilder

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

    Constructors

    RangeBorderBuilder(RangeBorder)

    Declaration
    public RangeBorderBuilder(RangeBorder options)
    Parameters
    Type Name Description
    RangeBorder options

    Methods

    Color(String)

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

    Opacity(Double)

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

    Width(Double)

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