Table of Contents

Enum Map.MapType

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

Map type.

public enum Map.MapType

Fields

AustraliaMid = 1

Australia mid resolution map.

CanadaUSAStatesMid = 2

Canada and USA states/provinces mid resolution map.

EuropeHigh = 5

Europe high resolution map.

EuropeLow = 3

Europe low resolution map.

EuropeMid = 4

Europe mid resolution map.

NorthAmericaHigh = 19

North America high resolution map.

NorthAmericaLow = 17

North America low resolution map.

NorthAmericaMid = 18

North America middle resolution map.

Off = 0

Map is not shown.

Other = 6

Other map type (used, when users own map is shown).

USALakesRiversHigh = 8

USA high resolution map with lakes and rivers.

USALakesRiversMid = 7

USA mid resolution map with lakes and rivers.

USAStatesLakesRiversHigh = 10

USA high resolution map with states, lakes and rivers.

USAStatesLakesRiversMid = 9

USA mid resolution map with states, lakes and rivers.

USAStatesLakesRiversRoadsMid = 11

USA mid resolution map with states, lakes, rivers and roads.

WorldHigh = 14

World in high resolution.

WorldLakesRiversLow = 15

World low resolution map with lakes and rivers.

WorldLakesRiversMid = 16

World middle resolution map with lakes and rivers.

WorldLow = 12

World low resolution map.

WorldMid = 13

World middle resolution map.