Click or drag to resize

SeriesBaseSmithGetMinMaxFromXRange Method

LightningChart .NET Help
Get min and max amplitude value withing given angle range

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

Parameters

yMin
Type: SystemDouble
Minimum amplitude value
yMax
Type: SystemDouble
Maximum amplitude value
xRangeMin
Type: SystemDouble
Angle range start
xRangeMax
Type: SystemDouble
Angle range end

Return Value

Type: Boolean
True if values were successfully detected
See Also