Click or drag to resize

UiSettings Class

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

The UiSettings type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes object.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also