ChartChildViewModel
Class
Base view model class for different chart type models in insert chart dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ChartChildViewModel : ChartTypeViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModel
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartChildViewModel.
C#
public ChartChildViewModel(List<ChartControlViewModel> chartControlViewModels)
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; }