Click or drag to resize

PolygonSeriesGetMinMaxValues Method

LightningChart .NET Help
Get minimum and maximum X and Y values.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetMinMaxValues(
	out double xMin,
	out double xMax,
	out double yMin,
	out double yMax
)

Parameters

xMin
Type: SystemDouble
X minimum.
xMax
Type: SystemDouble
X maximum.
yMin
Type: SystemDouble
Y minimum.
yMax
Type: SystemDouble
Y maximum.

Return Value

Type: Boolean
True if point count is greater than 0
See Also