Table of Contents

Class TileFetchProgressEventArgs

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

Represents a class that provides arguments for the TileFetchProgress event.

public class TileFetchProgressEventArgs : ChartEventArgs
Inheritance
TileFetchProgressEventArgs
Inherited Members

Constructors

TileFetchProgressEventArgs()

Creates and initializes a new instance of TileFetchProgressEventArgs class.

public TileFetchProgressEventArgs()

Fields

Cancel

Should the fetching be canceled.

public bool Cancel

Field Value

bool

Percentage

The progress percentage.

public double Percentage

Field Value

double