New to Telerik UI for WPFStart a free 30-day trial

Base ViewModel class for scatter series in insert chart dialog.

Definition

Constructors

Initializes a new instance of the ScatterBaseViewModel.

C#
public ScatterBaseViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters:chartControlViewModelsList<ChartControlViewModel>

Properties

The Telerik.Windows.Controls.ChartView series type this view model is used for.

C#
public virtual Type SeriesType { get; }