LightningChart .NET Help
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.
Inheritance Hierarchy
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[SerializableAttribute]
public class UiSettings : IDisposable
<SerializableAttribute>
Public Class UiSettings
Implements IDisposable
[SerializableAttribute]
public ref class UiSettings : IDisposable
The UiSettings type exposes the following members.
Methods|
| Name | Description |
|---|
 | Dispose |
Disposes object.
|
 | 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.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also