TileLayerCacheImages Property |
LightningChart .NET Help
Cache images to a file folder. Speeds up the tile fetching when using same zoom levels and regions.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool CacheImages { get; set; }<DefaultValueAttribute(true)>
Public Property CacheImages As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool CacheImages {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also