Click or drag to resize

ChartManager Properties

LightningChart .NET Help

The ChartManager type exposes the following members.

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
See Also