Skip to main content

DataNeededEventArgs

Namespace: Wisej.Web.Ext.SmoothieChart

Assembly: Wisej.Web.Ext.SmoothieChart

Provides data for the DataNeeded event of the SmoothieChart control.

public class DataNeededEventArgs : EventArgs

Constructors

Instance memberDataNeededEventArgs(index, time)

Constructs a new instance of DataNeededEventArgs.

NameTypeDescription
indexInt32The index of the TimeSeries line that is requesting a data point.
timeDateTimeThe time of the data point being requested.

Properties

Instance memberLineIndex

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

Instance memberTimeStamp

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

Instance memberValue

Int32: Returns or sets the value to plot on the TimeSeries line.