Click or drag to resize

TradingChartGetYAxisMinMax Method

LightningChart .NET Help
Gets the minimum and maximum values of the price Y-axis.

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public void GetYAxisMinMax(
	out double minimum,
	out double maximum
)

Parameters

minimum
Type: SystemDouble
Minimum Y-axis value
maximum
Type: SystemDouble
Maximum Y-axis value
See Also