Click or drag to resize

BingOptions Class

LightningChart .NET Help
Tile disk cache. Cache is located at given path. Default is temp folder.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsBingOptions

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class BingOptions : ChartNode

The BingOptions type exposes the following members.

Constructors
 NameDescription
Public methodBingOptions Constructor.
Public methodBingOptions(TileLayer) Constructor.
Top
Properties
 NameDescription
Public propertyLicenseKey Map license key.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
See Also