| ChartDataManager Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartDataManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearDataSource |
Clears the Data Source used
| |
| CopyFrom |
Copies settings from another data manager
| |
| DataBind |
Forces the data to be refreshed
|
| Name | Description | |
|---|---|---|
| DataMember |
Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
| |
| DataSource |
Chart Data Source object
| |
| IsDataBindCalled |
Returns true if DataBind method has been called
| |
| IsSeriesGrouping |
Enables or disables the series grouping feature
| |
| LabelsField |
The data source column used as chart labels source
| |
| ValuesXField |
The data source column used as series items X coordinate
| |
| ValuesYFields |
The data source columns array used as series items Y coordinate source
|
| Name | Description | |
|---|---|---|
| SeriesPoinDataBound |
Event raised after the each series item's data binding
|