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
DependencyObject
  LightningChartLib.UWP.ChartingMVVMUiSettings
    LightningChartLib.UWP.ChartingMVVM.Views.View3DFrameBox

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
public class UiSettings : DependencyObject, IDisposable

The UiSettings type exposes the following members.

Methods
 NameDescription
Public methodDispose Disposes object.
Top
See Also