Class InsertChartDialogViewModel
Represents insert chart dialog view model.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class InsertChartDialogViewModel : DialogViewModelBase<InsertChartDialogContext>
Properties
ChartTypeModels
Gets or sets the child chart type models.
Declaration
public ObservableCollection<ChartTypeBaseViewModel> ChartTypeModels { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ChartTypeBaseViewModel>
|
SelectedChartModel
Gets or sets the selected child chart model.
Declaration
public ChartTypeBaseViewModel SelectedChartModel { get; set; }
Property Value
ChartTypeBaseViewModel
|