TileLayerCacheFetchCount Property |
LightningChart .NET Help
Gets cache fetch count. Use to enhance your cache usage. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Maps
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public int CacheFetchCount { get; }<DefaultValueAttribute(true)>
Public ReadOnly Property CacheFetchCount As Integer
Get
public:
[DefaultValueAttribute(true)]
property int CacheFetchCount {
int get ();
}Property Value
Type:
Int32
See Also