SmoothieChart
Wisej.Web.Ext.SmoothieChart.SmoothieChart
Last updated
Was this helpful?
Wisej.Web.Ext.SmoothieChart.SmoothieChart
Last updated
Was this helpful?
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
: Returns or sets the background color for the control. (Default: Color [Black]
)
Returns the data requested by the widget.
Starts the data streaming.
Stops the data streaming.
: Indicates the border style for the control. (Default: None
)
: DataFrequency in milliseconds. It is the interval between data requests. (Default: 500
)
: Returns or sets the text color for the control. (Default: 10
)
: Returns or sets the text color for the control. (Default: Color [White]
)
: Returns or sets the size of the grid lines. (Default: 1
)
: Returns or sets the color of the grid lines. (Default: Color [White]
)
: Returns or sets the type of interpolation to use when drawing this time series. (Default: Bezier
)
: Returns or sets the maximum value. Leave null to let the chart dynamically adjust the maximum value. (Default: null
)
: Returns or sets the minimum value. Leave null to let the chart dynamically adjust the minimum value. (Default: null
)
: ScrollSpeed in milliseconds/pixel. (Default: 20
)
: Returns or sets whether the control displays the minimum and maximum labels. (Default: True
)
: Returns or sets whether the control displays the time stamp labels. (Default: True
)
: Returns or sets the distance between the vertical grid lines in milliseconds/line. (Default: 1000
)
: Returns or sets the lines to display in the chart.
: UpdateDelay in milliseconds. It is the time lag between the data received from the server and the screen update. (Default: 1000
)
: Returns or sets the number of vertical sections marked out by horizontal grid lines. (Default: 2
)
Returns: .
Fired when the chart needs a data point.