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.