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
Methoden
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.