SimpleChart

StockSharp.Xaml.Charting

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

Hereda de: UserControl

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

Constructores

SimpleChart()

Initializes a new instance of the SimpleChart.

Propiedades

Area : ChartArea

The only chart area.

Métodos

CreateData() : IChartDrawData

Create IChartDrawData instance.

Devuelve: IChartDrawData instance.

Draw(IChartDrawData)

To process the new data.

data
New data.

Devuelve: if the data was successfully drawn, otherwise, returns .

InitializeComponent()

InitializeComponent

Reset(IEnumerable<IChartElement>)

To reset the chart elements values drawn previously.

elements
Chart elements.