ChartJS
Wisej.Web.Ext.ChartJS.ChartJS
Last updated
Was this helpful?
Wisej.Web.Ext.ChartJS.ChartJS
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)
ChartJS is a simple yet flexible JavaScript charting for designers and developers from http://www.chartjs.org/.
Constructs a new instance of the ChartJS control.
ChartType: Returns or sets the ChartType. (Default: Line
)
DataSetCollection: Returns or sets the data sets to plot the chart.
String: Overridden to create our initialization script.
String[]: Returns or sets the labels for the data points.
Options: Chart options specific for the value of ChartType. (Default: null
)
List<Package>: Overridden to return our list of script resources.
Returns the chart as a PNG image.
Returns the chart as a PNG image.
Returns: Task<Image>. An Image with a representation of the chart.
Causes the chart to update the data set and labels. It performs a smooth animated transition from one data set to the new one.
ChartClickEventHandler Fired when the user clicks a data point on the chart.