Click or drag to resize

AxisYGetSeriesMinMax Method

LightningChart .NET Help
Get minimum and maximum of all series that are using this axis.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetSeriesMinMax(
	out double minimum,
	out double maximum
)

Parameters

minimum
Type: SystemDouble
Minimum.
maximum
Type: SystemDouble
Maximum.

Return Value

Type: Boolean
True if success. False if no data found.
See Also