DataSet

Wisej.Web.Ext.ChartJS.DataSet

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)

Represents the data used by the ChartJS control to plot the chart. See #line-chart-data-structure for additional information regarding the data structure of ChartJS.

public class DataSet

Constructors

DataSet()

Constructs a new instance of DataSet.

Properties

BackgroundColor

Color: The fill color of the data set. What it fills is up to the chart type. (Default: Color [Empty])

BorderColor

Color: The border color of the data set. What it fills is up to the chart type. (Default: Color [Empty])

BorderWidth

Int32: The width of the border in pixels. (Default: 0)

Data

Object[]: The data to plot. (Default: null)

Formatted

String[]: Formatted representation of the data to plot displayed when Display is true.

Hidden

Boolean: Hides the dataset. (Default: False)

Label

String: The label for the dataset which appears in the legend and tooltips. (Default: "")

Order

Int32: The drawing order of the dataset. Also affects order for stacking, tooltip, and legend. (Default: 0)

Type

ChartType: Returns the type of chart that plots this type of DataSet.

xAxisID

String: Binds the DataSet to the specified x axis (Default: "")

yAxisID

String: Binds the DataSet to the specified y axis (Default: "")

Last updated

Was this helpful?