Click or drag to resize

ConversionStateChangedEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the ConversionStateChanged event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.MapsConversionStateChangedEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class ConversionStateChangedEventArgs : ChartEventArgs

The ConversionStateChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodConversionStateChangedEventArgs Creates and initializes a new instance of ConversionStateChangedEventArgs class.
Top
Fields
 NameDescription
Public fieldConversionCounter Conversion counter.
Public fieldProgress Conversion progress indicator.
Public fieldStatus Status message.
Top
See Also