Click or drag to resize

BoundsDoubleXY Constructor (IChartNode, Double, Double, Double, Double)

LightningChart .NET Help
Constructor

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public BoundsDoubleXY(
	IChartNode owner,
	double xMin,
	double xMax,
	double yMin,
	double yMax
)

Parameters

owner
Type: Arction.Wpf.ChartingIChartNode
Parent.
xMin
Type: SystemDouble
X minimum
xMax
Type: SystemDouble
X maximum
yMin
Type: SystemDouble
Y minimum
yMax
Type: SystemDouble
Y maximum
See Also