IChartSeriesViewModel
StockSharp.Xaml.Charting
Defines the interface to a ChartSeriesViewModel, a viewmodel to a single data-render series pair, which is used in the new UltrachartSurface Mvvm API. For usage, see the SeriesSource property and the Mvvm examples in the examples suite. You may bind SeriesSource to a collection of IChartSeriesViewModel and Ultrachart will automatically associate the BaseRenderableSeries and IDataSeries instances
Implements: INotifyPropertyChanged
Properties
DataSeries
public IDataSeries DataSeries { get; set; }
value = iChartSeriesViewModel.DataSeries
iChartSeriesViewModel.DataSeries = value
Gets or sets the DataSeries
RenderSeries
public IRenderableSeries RenderSeries { get; set; }
value = iChartSeriesViewModel.RenderSeries
iChartSeriesViewModel.RenderSeries = value
Gets or sets the IRenderableSeries paired with the data