DataNeededEventArgs
Wisej.Web.Ext.SmoothieChart.DataNeededEventArgs
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart (3.2.0.0)
Provides data for the DataNeeded event of the SmoothieChart control.
public class DataNeededEventArgs : EventArgs
Constructors
DataNeededEventArgs(index, time)

Constructs a new instance of DataNeededEventArgs.
Name
Type
Description
Properties
LineIndex

Int32: Returns the index of the TimeSeries line that is requesting the data point.
TimeStamp

DateTime: Returns or sets the time of the data point.
Value

Int32: Returns or sets the value to plot on the TimeSeries line.
Last updated
Was this helpful?