SmoothieChart
Wisej.Web.Ext.SmoothieChart.SmoothieChart
Last updated
Wisej.Web.Ext.SmoothieChart.SmoothieChart
Last updated
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart (3.2.0.0)
Implements the SmoothieChart (http://smoothiecharts.org/). A JavaScript charting library for streaming data.
constructor
Color: Returns or sets the background color for the control. (Default: Color [Black]
)
BorderStyle: Indicates the border style for the control. (Default: None
)
Int32: DataFrequency in milliseconds. It is the interval between data requests. (Default: 500
)
Int32: Returns or sets the text color for the control. (Default: 10
)
Color: Returns or sets the text color for the control. (Default: Color [White]
)
Int32: Returns or sets the size of the grid lines. (Default: 1
)
Color: Returns or sets the color of the grid lines. (Default: Color [White]
)
InterpolationType: Returns or sets the type of interpolation to use when drawing this time series. (Default: Bezier
)
Nullable<Int32>: Returns or sets the maximum value. Leave null to let the chart dynamically adjust the maximum value. (Default: null
)
Nullable<Int32>: Returns or sets the minimum value. Leave null to let the chart dynamically adjust the minimum value. (Default: null
)
Int32: ScrollSpeed in milliseconds/pixel. (Default: 20
)
Boolean: Returns or sets whether the control displays the minimum and maximum labels. (Default: True
)
Boolean: Returns or sets whether the control displays the time stamp labels. (Default: True
)
Int32: Returns or sets the distance between the vertical grid lines in milliseconds/line. (Default: 1000
)
TimeSeriesCollection: Returns or sets the TimeSeries lines to display in the chart.
Int32: UpdateDelay in milliseconds. It is the time lag between the data received from the server and the screen update. (Default: 1000
)
Int32: Returns or sets the number of vertical sections marked out by horizontal grid lines. (Default: 2
)
Returns the data requested by the widget.
Returns: Object.
Starts the data streaming.
Stops the data streaming.
DataNeededEventHandler Fired when the chart needs a data point.