Class ChartTypeBaseViewModel
The base class for chart type viewmodels which are used in Insert Chart 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 ChartTypeBaseViewModel : ChartTypeViewModel, INotifyPropertyChanged, IDisposable
Constructors
ChartTypeBaseViewModel()
Declaration
public ChartTypeBaseViewModel()
Properties
ChildTypes
Child chart view models.
Declaration
public virtual IList<ChartChildViewModel> ChildTypes { get; set; }
Property Value
System.Collections.Generic.IList<ChartChildViewModel>
|
SelectedChildModel
The selected child view model.
Declaration
public ChartChildViewModel SelectedChildModel { get; set; }
Property Value
ChartChildViewModel
|