IWpfChart
StockSharp.Xaml.Charting
The interface describing the chart control.
実装: IChart, IChartBuilder, IThemeableChart, IPersistable
プロパティ
Subscriptions : IEnumerable<Subscription>
Subscriptions.
メソッド
SetSubscription(IChartElement, Subscription)
To set the source for the element.
- element
- The chart element.
- subscription
- Subscription.
TryGetSubscription(IChartElement) : Subscription
To get the data source for IChartElement.
- element
- The chart element.
戻り値: Market-data source.