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

Constructs a new instance of DataNeededEventArgs.

NameTypeDescription

index

The index of the TimeSeries line that is requesting a data point.

time

The time of the data point being requested.

Properties

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.

Last updated