Click or drag to resize

TradingChartGetInternalChart Method

LightningChart .NET Help
Gets a LightningChart instance which this trading chart API is built on. Gives you direct control of the chart, and allows customizing it in further level.

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public LightningChart GetInternalChart()

Return Value

Type: LightningChart
LightningChart instance
See Also