Click or drag to resize

SeriesBase3DGetMinMaxValues Method

LightningChart .NET Help
Get series minimum and maximum data values.

Namespace:  Arction.Wpf.Charting.Series3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public virtual bool GetMinMaxValues(
	out PointDouble3D pMin,
	out PointDouble3D pMax
)

Parameters

pMin
Type: Arction.Wpf.ChartingPointDouble3D
Minimum data values
pMax
Type: Arction.Wpf.ChartingPointDouble3D
Maximum data values

Return Value

Type: Boolean
true if data exists, false otherwise
See Also