menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PointsBuilder

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

    Constructors

    PointsBuilder(Points)

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

    PointsBuilder(Points, Series)

    Declaration
    public PointsBuilder(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

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

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

    Border(Action<ChartBorderBuilder>)

    Declaration
    public PointsBuilder Border(Action<ChartBorderBuilder> font)
    Parameters
    Type Name Description
    System.Action<ChartBorderBuilder> font
    Returns
    Type Description
    PointsBuilder

    Close(Double)

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

    Fill(String)

    Declaration
    public PointsBuilder Fill(string fill)
    Parameters
    Type Name Description
    System.String fill
    Returns
    Type Description
    PointsBuilder

    Font(ChartFont)

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

    High(Double)

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

    IsEmpty(Boolean)

    Declaration
    public PointsBuilder IsEmpty(bool isEmpty)
    Parameters
    Type Name Description
    System.Boolean isEmpty
    Returns
    Type Description
    PointsBuilder

    Low(Double)

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

    Marker(Action<MarkerBuilder>)

    Declaration
    public PointsBuilder Marker(Action<MarkerBuilder> marker)
    Parameters
    Type Name Description
    System.Action<MarkerBuilder> marker
    Returns
    Type Description
    PointsBuilder

    Opacity(Double)

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

    Open(Double)

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

    Shape(ChartShape)

    Declaration
    public PointsBuilder Shape(ChartShape shape)
    Parameters
    Type Name Description
    ChartShape shape
    Returns
    Type Description
    PointsBuilder

    ShowIntermediateSum(Boolean)

    Declaration
    public PointsBuilder ShowIntermediateSum(bool showInterMediateSum)
    Parameters
    Type Name Description
    System.Boolean showInterMediateSum
    Returns
    Type Description
    PointsBuilder

    ShowTotalSum(Boolean)

    Declaration
    public PointsBuilder ShowTotalSum(bool showTotalSum)
    Parameters
    Type Name Description
    System.Boolean showTotalSum
    Returns
    Type Description
    PointsBuilder

    Size(Double)

    Declaration
    public PointsBuilder Size(double size)
    Parameters
    Type Name Description
    System.Double size
    Returns
    Type Description
    PointsBuilder

    Text(String)

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

    Visible(Boolean)

    Declaration
    public PointsBuilder Visible(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible
    Returns
    Type Description
    PointsBuilder

    VisibleOnLegend(VisibleOnLegend)

    Declaration
    public PointsBuilder VisibleOnLegend(VisibleOnLegend lvisibility)
    Parameters
    Type Name Description
    VisibleOnLegend lvisibility
    Returns
    Type Description
    PointsBuilder

    Volume(Double)

    Declaration
    public PointsBuilder Volume(double volume)
    Parameters
    Type Name Description
    System.Double volume
    Returns
    Type Description
    PointsBuilder

    Width(Double)

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

    X(String)

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

    Y(Double)

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