Enum Map.MapType
- Namespace
- LightningChartLib.WinForms.Charting.Maps
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Map type.
public enum Map.MapType
Fields
AustraliaMid = 1Australia mid resolution map.
CanadaUSAStatesMid = 2Canada and USA states/provinces mid resolution map.
EuropeHigh = 5Europe high resolution map.
EuropeLow = 3Europe low resolution map.
EuropeMid = 4Europe mid resolution map.
NorthAmericaHigh = 19North America high resolution map.
NorthAmericaLow = 17North America low resolution map.
NorthAmericaMid = 18North America middle resolution map.
Off = 0Map is not shown.
Other = 6Other map type (used, when users own map is shown).
USALakesRiversHigh = 8USA high resolution map with lakes and rivers.
USALakesRiversMid = 7USA mid resolution map with lakes and rivers.
USAStatesLakesRiversHigh = 10USA high resolution map with states, lakes and rivers.
USAStatesLakesRiversMid = 9USA mid resolution map with states, lakes and rivers.
USAStatesLakesRiversRoadsMid = 11USA mid resolution map with states, lakes, rivers and roads.
WorldHigh = 14World in high resolution.
WorldLakesRiversLow = 15World low resolution map with lakes and rivers.
WorldLakesRiversMid = 16World middle resolution map with lakes and rivers.
WorldLow = 12World low resolution map.
WorldMid = 13World middle resolution map.