Table of Contents

Interface IWpfChart

Namespace
StockSharp.Xaml.Charting
Assembly
StockSharp.Xaml.Charting.dll

The interface describing the chart control.

public interface IWpfChart : IChart, IChartBuilder, IThemeableChart, IPersistable
Inherited Members
Extension Methods

Properties

Subscriptions

Subscriptions.

IEnumerable<Subscription> Subscriptions { get; }

Property Value

IEnumerable<Subscription>

Methods

AddElement(IChartArea, IChartCandleElement, Subscription)

To add an element to the chart.

void AddElement(IChartArea area, IChartCandleElement element, Subscription subscription)

Parameters

area IChartArea

Chart area.

element IChartCandleElement

The chart element.

subscription Subscription

Subscription

AddElement(IChartArea, IChartIndicatorElement, Subscription, IIndicator)

To add an element to the chart.

void AddElement(IChartArea area, IChartIndicatorElement element, Subscription subscription, IIndicator indicator)

Parameters

area IChartArea

Chart area.

element IChartIndicatorElement

The chart element.

subscription Subscription

Subscription

indicator IIndicator

Indicator.

SetSubscription(IChartElement, Subscription)

To set the source for the element.

void SetSubscription(IChartElement element, Subscription subscription)

Parameters

element IChartElement

The chart element.

subscription Subscription

Subscription.

TryGetSubscription(IChartElement)

To get the data source for IChartElement.

Subscription TryGetSubscription(IChartElement element)

Parameters

element IChartElement

The chart element.

Returns

Subscription

Market-data source.