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

Base view model class for different chart type models in insert chart dialog.

Definition

Constructors

Initializes a new instance of the ChartChildViewModel.

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

Properties

Gets or sets the chart control view models.

C#
public List<ChartControlViewModel> ChartControlViewModels { get; }

Gets the series combine mode.

C#
public virtual ChartSeriesCombineMode CombineMode { get; }

Gets or sets a value indicating whether the child chart will have markers.

C#
public bool HasMarkers { get; set; }

Gets or sets the selected chart control view model.

C#
public ChartControlViewModel SelectedChartControlModel { get; set; }