ClassChartChildViewModel
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:
cs-api-definition
public class ChartChildViewModel : ChartTypeViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModel
Derived Classes:
Implements:
Inherited Members
Constructors
ChartChildViewModel(List<ChartControlViewModel>)
Initializes a new instance of the ChartChildViewModel.
Declaration
cs-api-definition
public ChartChildViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters
chartControlViewModels
Properties
ChartControlViewModels
Gets or sets the chart control view models.
Declaration
cs-api-definition
public List<ChartControlViewModel> ChartControlViewModels { get; }
Property Value
CombineMode
Gets the series combine mode.
Declaration
cs-api-definition
public virtual ChartSeriesCombineMode CombineMode { get; }
Property Value
HasMarkers
Gets or sets a value indicating whether the child chart will have markers.
SelectedChartControlModel
Gets or sets the selected chart control view model.
Declaration
cs-api-definition
public ChartControlViewModel SelectedChartControlModel { get; set; }
Property Value