DataSet
Wisej.Web.Ext.ChartJS.DataSet
Last updated
Was this helpful?
Wisej.Web.Ext.ChartJS.DataSet
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)
Represents the data used by the control to plot the chart. See for additional information regarding the data structure of ChartJS.
Constructs a new instance of .
: The fill color of the data set. What it fills is up to the chart type. (Default: Color [Empty]
)
: The border color of the data set. What it fills is up to the chart type. (Default: Color [Empty]
)
: The width of the border in pixels. (Default: 0
)
: The data to plot. (Default: null
)
: Formatted representation of the data to plot displayed when is true.
: Hides the dataset. (Default: False
)
: The label for the dataset which appears in the legend and tooltips. (Default: ""
)
: The drawing order of the dataset. Also affects order for stacking, tooltip, and legend. (Default: 0
)
: Returns the type of chart that plots this type of .
: Binds the to the specified x axis (Default: ""
)
: Binds the to the specified y axis (Default: ""
)