ChartDrawEventArgs Class |
Namespace: Dynamicweb.Controls.Charts
The ChartDrawEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ChartDrawEventArgs(Chart) |
Initializes a new instance of an object.
| |
ChartDrawEventArgs(DataTable) |
Initializes a new instance of an object.
| |
ChartDrawEventArgs(Chart, DataQuery) |
Initializes a new instance of an object.
| |
ChartDrawEventArgs(DataTable, DataQuery) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
Annotations |
Gets the dictionary containing optional data/query annotations to be sent to the client.
| |
Data |
Gets the data to be populated on the chart.
| |
Query |
Gets the data query.
|