Click or drag to resize

HighLowSeriesBaseGetXMinMax Method

LightningChart .NET Help
Get minimum X and maximum X of series X values

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override bool GetXMinMax(
	out double xMin,
	out double xMax
)

Parameters

xMin
Type: SystemDouble
X min
xMax
Type: SystemDouble
X max

Return Value

Type: Boolean
True if minimum X and maximum X was obtained successfully
See Also