Skip to main content

DataSet

Namespace: Wisej.Web.Ext.ChartJS3

Assembly: Wisej.Web.Ext.ChartJS3

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

public class DataSet

Constructors

Instance memberDataSet()

Constructs a new instance of DataSet.

Properties

Instance memberBackgroundColor

Color: The fill color of the data set. What it fills is up to the chart type. (Default: Color [A=76, R=0, G=0, B=0])

Instance memberBorderColor

Color: The border color of the data set. What it fills is up to the chart type. (Default: Color [A=76, R=0, G=0, B=0])

Instance memberBorderWidth

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

Instance memberData

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

Instance memberFormatted

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

Instance memberHidden

Boolean: Hides the dataset. (Default: False)

Instance memberLabel

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

Instance memberOrder

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

Instance memberType

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

Instance memberxAxisID

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

Instance memberyAxisID

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