Click or drag to resize

TileLayer Class

LightningChart .NET Help
Map tile layer. Get image to front or back of map.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Maps
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class TileLayer : ChartNode

The TileLayer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAboveVectorMap
Is layer drawn above or below map. Default is above (true).
Public propertyAlphaLevel
Tile layer alpha level. Valid range is 0..255.
Public propertyCacheFetchCount
Cache fetch count. Use to enhance your cache usage.
Public propertyCacheImages
Cache images to a file folder. Speeds up the tile fetching when using same zoom levels and regions.
Public propertyHEREApiKey
ApiKey from Here.
Public propertyHEREUseProduction
Use production server of map provider. Enable this when releasing application customer.
Public propertyServerCallCount
Used for getting server call count.
Public propertyType
Defines layer type.
Public propertyVisible
Defines if property is visible.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetZoomLevel
Get zoom level.
Public methodOnDeserialized
OnDeserialized is called just after the object has been deserialized.
Public methodRefresh
Used for refreshing tile data.
Public methodRemoveNonvisibleTiles
Remove tiles (minus some at the edges), which are not currently visible.
Public methodToString
Item to string.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventTileFetchFailed
Occurs when a map tile fetch operation fails.
Top
See Also