Table of Contents

Enum MapConverter.ConversionResult

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

Map conversion result.

public enum MapConverter.ConversionResult

Fields

Canceled = 1

Canceled by user from wizard.

ConfigurationFileNotFound = 4

XML configuration file not found.

FileVersionNotSupported = 10

Map file not compatible with this version of control.

InvalidLayerIndex = 2

Invalid layer index.

NoSelectedFiles = 9

User has not selected any files from file selection dialog.

OK = 0

OK

SHPAccessLimited = 8

Access limited to file.

SHPConfigurationMismatch = 6

SHP file content and XML configuration file does not match.

SHPFileEmpty = 5

SHP file empty.

SHPFileNotFound = 3

SHP file not found.

SHPUnauthorizedAccess = 7

Unauthorized access.