SimpleChart

StockSharp.Xaml.Charting

Simplified version of chart intended to be used internally by StockSharp.

Наследует: UserControl

Реализует: IChart, IChartBuilder, IThemeableChart, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IComponentConnector

Конструкторы

SimpleChart()

Initializes a new instance of the SimpleChart.

Свойства

Area : ChartArea

The only chart area.

Методы

CreateData() : IChartDrawData

Create IChartDrawData instance.

Возвращает: IChartDrawData instance.

Draw(IChartDrawData)

To process the new data.

data
New data.

Возвращает: if the data was successfully drawn, otherwise, returns .

InitializeComponent()

InitializeComponent

Reset(IEnumerable<IChartElement>)

To reset the chart elements values drawn previously.

elements
Chart elements.