Table of Contents

Class BingOptions

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

Tile disk cache. Cache is located at given path. Default is temp folder.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class BingOptions : ChartNode, IChartNode, IDisposable
Inheritance
BingOptions
Implements
Inherited Members

Constructors

BingOptions()

Constructor.

public BingOptions()

BingOptions(TileLayer)

Constructor.

public BingOptions(TileLayer owner)

Parameters

owner TileLayer

Parent.

Properties

LicenseKey

Map license key.

public string LicenseKey { get; set; }

Property Value

string

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if managed resources should be disposed, otherwise false.