Click or drag to resize

MapConverterConversionProgress Enumeration

LightningChart .NET Help
Map conversion progress indication.

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 enum ConversionProgress
Members
Member nameValueDescription
Running0 Map conversion is running.
Done1 Map conversion is done.
Canceled2 Map conversion canceled.
Aborted3 Map conversion is aborted. See Status field in the event for more details.
See Also