Click or drag to resize

ButtonClickOnMapItemEventArgs Constructor

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public ButtonClickOnMapItemEventArgs(
	MapItem mapItem,
	int layer
)

Parameters

mapItem
Type: Arction.Wpf.Charting.MapsMapItem
Map item.
layer
Type: SystemInt32
Layer.
See Also