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