Acquires and manipulates data from databases or other sources.
Populates the SeriesCollection of the chart control.
| C# | Visual Basic | Visual Basic Usage |
public sealed class DataManager
Public NotInheritable Class DataManager
Dim instance As DataManager
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| ClearDataSource()()()() |
Clears the Data Source used
| |
| CopyFrom(DataManager) |
Copies settings from another data manager
| |
| DataBind()()()() |
Forces the data to be refreshed
| |
| 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
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDataBindCalled |
Returns true if DataBind method has been called
| |
| ItemDataBound |
Event raised after the each series item's data binding
| |
| LabelsColumn |
The data source column used as chart labels source
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| UseSeriesGrouping |
Enables or disables the series grouping feature
| |
| ValuesXColumn |
The data source column used as series items X coordinate
| |
| ValuesYColumns |
The data source columns array used as series items Y coordinate source
|
| Object | |
| DataManager | |