DataNeededEventArgs
Wisej.Web.Ext.SmoothieChart.DataNeededEventArgs
Last updated
Wisej.Web.Ext.SmoothieChart.DataNeededEventArgs
Last updated
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart (3.2.0.0)
Provides data for the DataNeeded event of the SmoothieChart control.
Constructs a new instance of DataNeededEventArgs.
index
time
The time of the data point being requested.
Int32: Returns the index of the TimeSeries line that is requesting the data point.
DateTime: Returns or sets the time of the data point.
Int32: Returns or sets the value to plot on the TimeSeries line.
The index of the line that is requesting a data point.