SimpleChart
StockSharp.Xaml.Charting
Simplified version of chart intended to be used internally by StockSharp.
Herda de: UserControl
Implementa: IChart, IChartBuilder, IThemeableChart, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IComponentConnector
Construtores
SimpleChart()
Initializes a new instance of the SimpleChart.
Propriedades
Métodos
Draw(IChartDrawData)
To process the new data.
- data
- New data.
Retorna: if the data was successfully drawn, otherwise, returns .
InitializeComponent()
InitializeComponent
Reset(IEnumerable<IChartElement>)
To reset the chart elements values drawn previously.
- elements
- Chart elements.