Click or drag to resize

SeriesBaseRoundGetMinMaxFromXRange Method

LightningChart .NET Help
Get minimum and maximum Y-coordinate on certain range.

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

Parameters

yMin
Type: SystemDouble

[Missing <param name="yMin"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesRound.SeriesBaseRound.GetMinMaxFromXRange(System.Double@,System.Double@,System.Double,System.Double)"]

yMax
Type: SystemDouble

[Missing <param name="yMax"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesRound.SeriesBaseRound.GetMinMaxFromXRange(System.Double@,System.Double@,System.Double,System.Double)"]

xRangeMin
Type: SystemDouble

[Missing <param name="xRangeMin"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesRound.SeriesBaseRound.GetMinMaxFromXRange(System.Double@,System.Double@,System.Double,System.Double)"]

xRangeMax
Type: SystemDouble

[Missing <param name="xRangeMax"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesRound.SeriesBaseRound.GetMinMaxFromXRange(System.Double@,System.Double@,System.Double,System.Double)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesRound.SeriesBaseRound.GetMinMaxFromXRange(System.Double@,System.Double@,System.Double,System.Double)"]

See Also