MindFusion.Charting for WebForms Programmer's Guide
DateTimeSeries Constructor
See Also
 



Initializes a new instance of the DateTimeSeries class.

Namespace: MindFusion.Charting
Assembly: DateTimeSeries.js

 Syntax

JavaScript  Copy Code

function DateTimeSeries (dates, values, minDate, maxDate)

 Parameters

dates

A list of Date values.

values

A list of number values.

minDate

Identifies the start of the time range.

maxDate

Identifies the end of the time range.

 See Also

DateTimeSeries Class
MindFusion.Charting Namespace