menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Point

    Inheritance
    System.Object
    Point
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Point

    Constructors

    Point()

    Declaration
    public Point()

    Properties

    Close

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

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

    Specifies Close value for point.

    Fill

    Gets or sets the fill value, which specifies fill color for the series data points to be rendered in chart.

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

    Specifies fill color of point.

    Font

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

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

    Options to customize font properties.

    High

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

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

    Specifies High value for point.

    IsEmpty

    Gets or sets the isEmpty value, 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

    Enables or disables empty data point.

    Low

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

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

    Specifies Low value for point.

    Marker

    Gets or sets the marker value, which provides an option to customize the marker for individual point in a series point.

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

    Specifies marker options for point.

    Offset

    Gets or sets the offset value, which provides an option to position the series data point based on specified offset value.

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

    Specifies offset value of point.

    Open

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

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

    Specifies Open value for point.

    Shape

    Gets or sets the shape, which specifies the marker shape in chart series data point to be rendered.

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

    Specifies the shape of point.

    Size

    Gets or sets the size, which specifies size value for bubble data points to render the bubble series.

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

    Specifies size of bubble.

    Style

    Gets or sets the style, which provides an option to customize style of chart series data points.

    Declaration
    [JsonProperty("style")]
    public object Style { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    Specifies the style for point.

    TemplateID

    Gets or sets the template ID, which displays the div template based on provided ID in chart series data points.

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

    Specifies the template ID

    Text

    Gets or sets the text value, which specifies the data label text to displayed when datalabel is enabled.

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

    Specifies text for datalabel.

    Visible

    Gets or sets the visible, which controls the visibility of series data points 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 visibleOnLegend, which specifies whether the series name legend has to be displayed on not.

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

    Series name for legend visibility

    X

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

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

    Specifies X value for point.

    Y

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

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

    Specifies Y value for point.

    Methods

    ShouldSerializeFont()

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

    ShouldSerializeStyle()

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