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

ViewModel class for doghnut chart in insert chart dialog.

Definition

Constructors

Initializes a new instance of the DoughnutViewModel.

C#
public DoughnutViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters:chartControlViewModelsList<ChartControlViewModel>

Properties

Gets or sets the path of the associated image for this model.

C#
public override string ImageRelativePath { get; }

Overrides: ChartTypeViewModel.ImageRelativePath

Gets or sets the name of the view model.

C#
public override string Name { get; }

Overrides: ChartTypeViewModel.Name