IWpfChart

StockSharp.Xaml.Charting

The interface describing the chart control.

Implements: IChart, IChartBuilder, IThemeableChart, IPersistable

Properties

Methods

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.

Returns: Market-data source.