Click or drag to resize

TradingChartGetXAxisMinMax Method

LightningChart .NET Help
Gets the actual minimum and maximum double values of the time range X-axis. To get the start/end dates, use GetTimeRange() -method.

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

Parameters

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