[]
        
(Showing Draft Content)

C1.Web.Mvc.DataPoint

DataPoint Class

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

Inheritance
DataPoint
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class DataPoint
Remarks

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

Constructors

Name Description
DataPoint()

Creates one DataPoint instance.

DataPoint(object, object)

Creates one DataPoint instance.

Properties

Name Description
X

Gets or sets X coordinate value of this DataPoint.

Y

Gets or sets Y coordinate value of this DataPoint.