menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class NavigatorPointsBuilder

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

    Constructors

    NavigatorPointsBuilder(Points)

    Declaration
    public NavigatorPointsBuilder(Points points)
    Parameters
    Type Name Description
    Points points

    NavigatorPointsBuilder(Points, Series)

    Declaration
    public NavigatorPointsBuilder(Points options, Series series)
    Parameters
    Type Name Description
    Points options
    Series series

    Methods

    Add()

    Declaration
    public void Add()

    Add(String, Double)

    Declaration
    public void Add(string x, double y)
    Parameters
    Type Name Description
    System.String x
    System.Double y

    Add(String, Double, Double)

    Declaration
    public void Add(string x, double high, double low)
    Parameters
    Type Name Description
    System.String x
    System.Double high
    System.Double low

    Add(String, Double, Double, Double, Double)

    Declaration
    public void Add(string x, double high, double low, double open, double close)
    Parameters
    Type Name Description
    System.String x
    System.Double high
    System.Double low
    System.Double open
    System.Double close

    Close(Double)

    Declaration
    public NavigatorPointsBuilder Close(double close)
    Parameters
    Type Name Description
    System.Double close
    Returns
    Type Description
    NavigatorPointsBuilder

    Font(ChartFont)

    Declaration
    public NavigatorPointsBuilder Font(ChartFont font)
    Parameters
    Type Name Description
    ChartFont font
    Returns
    Type Description
    NavigatorPointsBuilder

    High(Double)

    Declaration
    public NavigatorPointsBuilder High(double high)
    Parameters
    Type Name Description
    System.Double high
    Returns
    Type Description
    NavigatorPointsBuilder

    Low(Double)

    Declaration
    public NavigatorPointsBuilder Low(double low)
    Parameters
    Type Name Description
    System.Double low
    Returns
    Type Description
    NavigatorPointsBuilder

    Open(Double)

    Declaration
    public NavigatorPointsBuilder Open(double open)
    Parameters
    Type Name Description
    System.Double open
    Returns
    Type Description
    NavigatorPointsBuilder

    Size(Int32)

    Declaration
    public NavigatorPointsBuilder Size(int size)
    Parameters
    Type Name Description
    System.Int32 size
    Returns
    Type Description
    NavigatorPointsBuilder

    Text(String)

    Declaration
    public NavigatorPointsBuilder Text(string Text)
    Parameters
    Type Name Description
    System.String Text
    Returns
    Type Description
    NavigatorPointsBuilder

    X(String)

    Declaration
    public NavigatorPointsBuilder X(string X)
    Parameters
    Type Name Description
    System.String X
    Returns
    Type Description
    NavigatorPointsBuilder

    Y(Double)

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