Click or drag to resize

Map Constructor (IChartNode, AxisX, AxisY)

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 Map(
	IChartNode owner,
	AxisX axisX,
	AxisY axisY
)

Parameters

owner
Type: Arction.Wpf.ChartingIChartNode
Parent.
axisX
Type: Arction.Wpf.Charting.AxesAxisX
X-axis to bind the map to.
axisY
Type: Arction.Wpf.Charting.AxesAxisY
Y-axis to bind the map to.
See Also