Class ChartChildViewModel
Base view model class for different chart type models in insert chart dialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ChartChildViewModel : ChartTypeViewModel, INotifyPropertyChanged, IDisposable
  Constructors
ChartChildViewModel(List<ChartControlViewModel>)
Initializes a new instance of the ChartChildViewModel.
Declaration
public ChartChildViewModel(List<ChartControlViewModel> chartControlViewModels)
  Parameters
| 
        System.Collections.Generic.List<ChartControlViewModel>
        chartControlViewModels
         
  | 
    
Properties
ChartControlViewModels
Gets or sets the chart control view models.
Declaration
public List<ChartControlViewModel> ChartControlViewModels { get; }
  Property Value
| 
        System.Collections.Generic.List<ChartControlViewModel>
         
  | 
    
CombineMode
Gets the series combine mode.
Declaration
public virtual ChartSeriesCombineMode CombineMode { get; }
  Property Value
| 
        ChartSeriesCombineMode
         
  | 
    
HasMarkers
Gets or sets a value indicating whether the child chart will have markers.
Declaration
public bool HasMarkers { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
SelectedChartControlModel
Gets or sets the selected chart control view model.
Declaration
public ChartControlViewModel SelectedChartControlModel { get; set; }
  Property Value
| 
        ChartControlViewModel
         
  |