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
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; }