Class UiSettings
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Base class for UI Settings. LC users see these objects as the usable objects handled in the LC. In effect these only store the settings for the actually drawed objects, that inherit IBGListener interface and cache the drawing information. This is part of a test to remove object sharing limitations from LC.
public class UiSettings : IDisposable
- Inheritance
-
UiSettings
- Implements
- Derived
- Inherited Members
Constructors
UiSettings()
constructor
public UiSettings()
Methods
Dispose()
Disposes object.
public void Dispose()
Remarks
Most of the objects are not intended to be used after Dispose.
Dispose(bool)
Internal dispose. Override this if you have anything to dispose or settings to reset. Remember to call the base classes implementation.
protected virtual void Dispose(bool disposing)
Parameters
disposingbooltrue if called from Dispose, False if called from Finalizer. If false, do NOT touch any managed objects.
Remarks
Clears all references to the listeners.