Class
InsertChartDialogViewModel

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 DialogViewModelBase<InsertChartDialogContext>.Context

Properties

ChartTypeModels

Gets or sets the child chart type models.

Declaration

cs-api-definition
public ObservableCollection<ChartTypeBaseViewModel> ChartTypeModels { get; set; }

Property Value

ObservableCollection<ChartTypeBaseViewModel>

SelectedChartModel

Gets or sets the selected child chart model.

Declaration

cs-api-definition
public ChartTypeBaseViewModel SelectedChartModel { get; set; }

Property Value

ChartTypeBaseViewModel