SimpleChart
StockSharp.Xaml.Charting
Simplified version of chart intended to be used internally by StockSharp.
Inherits: UserControl
Implements: IChart, IChartBuilder, IThemeableChart, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IComponentConnector
Constructors
SimpleChart()
Initializes a new instance of the SimpleChart.
Properties
Methods
Draw(IChartDrawData)
To process the new data.
- data
- New data.
Returns: if the data was successfully drawn, otherwise, returns .
InitializeComponent()
InitializeComponent
Reset(IEnumerable<IChartElement>)
To reset the chart elements values drawn previously.
- elements
- Chart elements.