DataNeededEventArgs
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart
Provides data for the DataNeeded event of the SmoothieChart control.
- C#
- VB.NET
public class DataNeededEventArgs : EventArgs
Public Class DataNeededEventArgs
Inherits EventArgs
Constructors
DataNeededEventArgs(index, time)
Constructs a new instance of DataNeededEventArgs.
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of the TimeSeries line that is requesting a data point. |
| time | DateTime | The time of the data point being requested. |
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.