Click or drag to resize

TileFetchFailedEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the TileFetchFailed event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.MapsTileFetchFailedEventArgs

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
public class TileFetchFailedEventArgs : ChartEventArgs

The TileFetchFailedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTileFetchFailedEventArgs Creates and initializes a new instance of TileFetchFailedEventArgs class.
Top
Fields
 NameDescription
Public fieldhttpStatusCode HTTP status of the failed map tile fetch operation.
Top
See Also