TileFormatValueEventArgs Class |
Namespace: Arction.WinForms.Charting.Maps
The TileFormatValueEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| TileFormatValueEventArgs |
Creates and initializes a new instance of TileFormatValueEventArgs class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Layer |
The tile layer whose value is to be formatted.
| |
| Value |
The actual value.
| |
| ValueAsString |
A user-formatted string of the actual value.
|