ChartManager Class |
Namespace: Arction.WinForms.Charting.ChartManager
The ChartManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartManager |
Creates and initializes a new instance of this class.
| |
| ChartManager(IContainer) |
Creates and initializes a new instance of this class.
|
| Name | Description | |
|---|---|---|
| Charts |
List of charts to be coordinated. Don't add items with form designer. Instead, use ChartManager property for each chart to assign the manager.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| MemoryGarbageCollecting |
Use separate thread for forced garbage collection.
Increases data drawing smoothness, but causes some extra CPU overhead.
Recommended to be used with multi-core processors.
| |
| Name |
Name of the component
| |
| Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| ToString |
Convert class description to string
(Overrides ComponentToString.) |
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
| SeriesDragFinished |
Series dragging has finished on a chart, over an Y-axis.
| |
| SeriesDragStarted |
Series dragging has started on a chart
|