Click or drag to resize

PointLineSeriesBaseGetMinMaxFromXRange Method

LightningChart .NET Help
Get minimum and maximum Y value within given X range.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public virtual bool GetMinMaxFromXRange(
	out double yMin,
	out double yMax,
	double xRangeMin,
	double xRangeMax,
	bool ignoreZeros
)

Parameters

yMin
Type: SystemDouble
Minimum Y value.
yMax
Type: SystemDouble
Maximum Y value.
xRangeMin
Type: SystemDouble
X range start.
xRangeMax
Type: SystemDouble
X range end.
ignoreZeros
Type: SystemBoolean
Ignore zeros.

Return Value

Type: Boolean
True if values were successfully detected.
See Also