Class BarChartViewModel
Base ViewModel class for area series types in InserChart Dialog.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class BarChartViewModel : ChartTypeBaseViewModel, INotifyPropertyChanged, IDisposable
  Constructors
BarChartViewModel(List<ChartControlViewModel>)
Initializes a new instance of the BarChartViewModel.
Declaration
public BarChartViewModel(List<ChartControlViewModel> chartControlViewModels)
  Parameters
| 
        System.Collections.Generic.List<ChartControlViewModel>
        chartControlViewModels
         
  | 
    
Properties
ChildTypes
Child chart view models.
Declaration
public override IList<ChartChildViewModel> ChildTypes { get; }
  Property Value
| 
        System.Collections.Generic.IList<ChartChildViewModel>
         
  | 
    
Overrides
ImageRelativePath
Gets or sets the path of the associated image for this model.
Declaration
public override string ImageRelativePath { get; }
  Property Value
| 
        System.String
         
  | 
    
Overrides
Name
Gets or sets the name of the view model.
Declaration
public override string Name { get; }
  Property Value
| 
        System.String
         
  |