ASP.NET MVC Controls
DataPoint Class
File
wijmo.chart.js
Module
wijmo.chart

Class that represents a data point (with x and y coordinates).

X and Y coordinates can be specified as a number or a Date object(time-based data).

Constructor

Properties

Constructor

constructor

constructor(x?: any, y?: any): DataPoint

Initializes a new instance of the DataPoint class.

Parameters
Returns
DataPoint

Properties

x

Gets or sets X coordinate value of this DataPoint.

Type
any

y

Gets or sets Y coordinate value of this DataPoint.

Type
any

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback