SimpleChart

StockSharp.Xaml.Charting

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

Erbt von: UserControl

Implementiert: IChart, IChartBuilder, IThemeableChart, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IComponentConnector

Konstruktoren

SimpleChart()

Initializes a new instance of the SimpleChart.

Eigenschaften

Area : ChartArea

The only chart area.

Methoden

CreateData() : IChartDrawData

Create IChartDrawData instance.

Rückgabe: IChartDrawData instance.

Draw(IChartDrawData)

To process the new data.

data
New data.

Rückgabe: if the data was successfully drawn, otherwise, returns .

InitializeComponent()

InitializeComponent

Reset(IEnumerable<IChartElement>)

To reset the chart elements values drawn previously.

elements
Chart elements.