Click or drag to resize

ChartManager Class

LightningChart .NET Help
Chart manager handles charts co-operation.
Inheritance Hierarchy

Namespace:  Arction.Wpf.ChartingMVVM.ChartManager
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public sealed class ChartManager : Component

The ChartManager type exposes the following members.

Constructors
  NameDescription
Public methodChartManager
Creates and initializes a new instance of this class.
Public methodChartManager(IContainer)
Creates and initializes a new instance of this class.
Top
Properties
  NameDescription
Public propertyCharts
List of charts to be coordinated. Don't add items with form designer. Instead, use ChartManager property for each chart to assign the manager.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyMemoryGarbageCollecting
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.
Public propertyName
Name of the component
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Top
Methods
  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodToString
Convert class description to string
(Overrides ComponentToString.)
Top
Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventSeriesDragFinished
Series dragging has finished on a chart, over an Y-axis.
Public eventSeriesDragStarted
Series dragging has started on a chart
Top
See Also