Click or drag to resize

PersistentSeriesRenderingLayerBase Constructor (ViewXY, AxisX)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PersistentSeriesRenderingLayerBase(
	ViewXY ownerView,
	AxisX xAxis
)

Parameters

ownerView
Type: Arction.WinForms.Charting.Views.ViewXYViewXY
Owner view.
xAxis
Type: Arction.WinForms.Charting.AxesAxisX
X-axis, whose series will be used in this layer.
See Also