Table of Contents

Class TileFormatValueEventArgs

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

Represents a class that provides arguments for the TileFormatValue event.

public class TileFormatValueEventArgs : ChartEventArgs
Inheritance
TileFormatValueEventArgs
Inherited Members

Constructors

TileFormatValueEventArgs()

Creates and initializes a new instance of TileFormatValueEventArgs class.

public TileFormatValueEventArgs()

Fields

Layer

The tile layer whose value is to be formatted.

public TileLayer Layer

Field Value

TileLayer

Value

The actual value.

public double Value

Field Value

double

ValueAsString

A user-formatted string of the actual value.

public string ValueAsString

Field Value

string