menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Points

    Inheritance
    System.Object
    EJTagHelper
    Points
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Points : EJTagHelper

    Constructors

    Points()

    Declaration
    public Points()

    Points(String, Double)

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

    Points(String, Double, Double)

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

    Points(String, Double, Double, Double, Double)

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

    Points(String, Double, Double, Double, Double, Double)

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

    Properties

    Border

    Gets or sets the Border of the point, which provides an option to customize the border of column and accumulation series data point.

    Declaration
    [JsonProperty("border")]
    public ChartBorder Border { get; set; }
    Property Value
    Type Description
    ChartBorder
    Remarks

    Options for customizing the border of a point. This is applicable only for column type series and accumulation type series.

    Close

    Gets or sets the Close value of the point, which specifies the close value for data point to render chart series.

    Declaration
    [JsonProperty("close")]
    public double Close { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Close value of the point. Close value is applicable only for financial type series.

    Fill

    Gets or sets the Fill color of the point, which provides an option to customize the fill color of data point in series.

    Declaration
    [JsonProperty("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Background color of the point. This is applicable only for column type series and accumulation type series.

    Font

    Gets or sets the font value, which provides an option to customize the font size, color, family, weight and opacity.

    Declaration
    [JsonProperty("font")]
    public ChartFont Font { get; set; }
    Property Value
    Type Description
    ChartFont
    Remarks

    Options to customize series font.

    High

    Gets or sets the High value of the point, which specifies the high value for data point to render chart series.

    Declaration
    [JsonProperty("high")]
    public double High { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    High value of the point. High value is applicable only for financial type series, range area series and range column series.

    Interior

    Gets or sets the interior value, which provides an option to customize the interior color of the chart series.

    Declaration
    [JsonProperty("interior")]
    public string Interior { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies interior color for series.

    IsEmpty

    Gets or sets the IsEmpty property of the point, which specifies whether the series data point is to be empty or not.

    Declaration
    [JsonProperty("isEmpty")]
    public bool IsEmpty { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Controls whether the point is an empty point or not

    Low

    Gets or sets the Low value of the point, which specifies the low value for data point to render chart series.

    Declaration
    [JsonProperty("low")]
    public double Low { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Low value of the point. Low value is applicable only for financial type series, range area series and range column series.

    Marker

    Gets or sets the Marker of the point, which provides an option to customize the data point marker of chart series.

    Declaration
    [JsonProperty("marker")]
    public Marker Marker { get; set; }
    Property Value
    Type Description
    Marker
    Remarks

    Options for displaying and customizing marker for a data point. Marker contains shapes and/or data labels.

    Offset

    Gets or sets the offset value, which provides an option to customize the position of data label to rendered.

    Declaration
    [JsonProperty("offset")]
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Specifies offset value for data label.

    Opacity

    Gets or sets the Opacity of the point, which provides an option to customize the opacity of chart series point.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Opacity of the point.

    Open

    Gets or sets the Open value of the point, which specifies the open value for data point to render chart series.

    Declaration
    [JsonProperty("open")]
    public double Open { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Open value of the point. This is applicable only for financial type series.

    Shape

    Gets or sets the shape value, which provides an option to customize shape of data point marker in series.

    Declaration
    [JsonProperty("shape")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ChartShape Shape { get; set; }
    Property Value
    Type Description
    ChartShape
    Remarks

    Specifies shape for data point.

    ShowIntermediateSum

    Gets or sets the ShowIntermediateSum property of the point, which displays the intermediate sum value of waterfall chart.

    Declaration
    [JsonProperty("showIntermediateSum")]
    public bool ShowIntermediateSum { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Controls whether this is a data point or intermediate sum for waterfall chart

    ShowTotalSum

    Gets or sets the ShowTotalSum property of the point, which displays the total sum value of the waterfall chart.

    Declaration
    [JsonProperty("showTotalSum")]
    public bool ShowTotalSum { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Controls whether this is a data point or total sum for waterfall chart

    Size

    Gets or sets the Size value of the point, which provides an option to customize the size of bubble for the bubble chart.

    Declaration
    [JsonProperty("size")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Size of the bubble for bubble chart.

    TemplateID

    Gets or sets the templateID value, which displays div as the series tooltip based on provided template ID.

    Declaration
    [JsonProperty("templateID")]
    public string TemplateID { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies templateID for tooltip.

    Text

    Gets or sets the Text for the point, which provides an option to display the data label for series data points.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Data label text for the point.

    Visible

    Gets or sets the visible value, which controls the visibility of series data points rendered in chart.

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Shows or hides the point.

    VisibleOnLegend

    Gets or sets the visibility for legend item, which controls the visibility of legend items either to be visible or hidden.

    Declaration
    [JsonProperty("visibleOnLegend")]
    [JsonConverter(typeof(StringEnumConverter))]
    public VisibleOnLegend VisibleOnLegend { get; set; }
    Property Value
    Type Description
    VisibleOnLegend
    Remarks

    series name for legend visibility

    Volume

    Gets or sets the Volumn value of the point, which specifies the volumn value for data point to render chart series.

    Declaration
    [JsonProperty("volume")]
    public double Volume { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Volumn value of the point. Volumn value is applicable only for financial type series.

    Width

    Gets or sets the Width of the point, which provides an option to customize the width of spline or line type chart series.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Width for line and spline type series

    X

    Gets or sets the X value of the point, which specifies the x value in data point to render the chart series.

    Declaration
    [JsonProperty("x")]
    [EJDate]
    public string X { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    X value of the point.

    Y

    Gets or sets the Y value of the point, which specifies the y value in data point to render the chart series.

    Declaration
    [JsonProperty("y")]
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Y value of the point.

    Methods

    ShouldSerializeBorder()

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeFont()

    Declaration
    public bool ShouldSerializeFont()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMarker()

    Declaration
    public bool ShouldSerializeMarker()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSize()

    Declaration
    public bool ShouldSerializeSize()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeX()

    Declaration
    public bool ShouldSerializeX()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeY()

    Declaration
    public bool ShouldSerializeY()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved