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

Represents insert chart dialog view model.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class InsertChartDialogViewModel : DialogViewModelBase<InsertChartDialogContext>

Inheritance: objectDialogViewModelBase<InsertChartDialogContext>InsertChartDialogViewModel

Inherited Members DialogViewModelBase<InsertChartDialogContext>.Context

Properties

Gets or sets the child chart type models.

C#
public ObservableCollection<ChartTypeBaseViewModel> ChartTypeModels { get; set; }

Gets or sets the selected child chart model.

C#
public ChartTypeBaseViewModel SelectedChartModel { get; set; }