Table of Contents

Enum MapConverter.ConversionProgress

Namespace
LightningChartLib.WinForms.Charting.Maps
Assembly
LightningChart.WinForms.Charting.NET4.dll

Map conversion progress indication.

public enum MapConverter.ConversionProgress

Fields

Aborted = 3

Map conversion is aborted. See Status field in the event for more details.

Canceled = 2

Map conversion canceled.

Done = 1

Map conversion is done.

Running = 0

Map conversion is running.