Click or drag to resize

BoundsDoubleXY Constructor (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(
	double xMin,
	double xMax,
	double yMin,
	double yMax
)

Parameters

xMin
Type: SystemDouble
X minimum
xMax
Type: SystemDouble
X maximum
yMin
Type: SystemDouble
Y minimum
yMax
Type: SystemDouble
Y maximum
See Also