Click or drag to resize

PersistentSeriesRenderingLayer Constructor

LightningChart .NET Help
Constructor

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

Parameters

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