Class ChartUserControlElement
Inheritance
System.Object
ChartUserControlElement
Inherited Members
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 abstract class ChartUserControlElement : ContentControl, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
ChartUserControlElement()
Declaration
public ChartUserControlElement()
Properties
Chart
DataContext
Declaration
public object DataContext { get; set; }
Property Value
System.Object
|
ViewModel
Methods
CreateInMemoryChart()
OnDataContextChanged(Object, Object)
Declaration
protected virtual void OnDataContextChanged(object oldDataContext, object newDataContext)
Parameters
System.Object
oldDataContext
|
System.Object
newDataContext
|
UpdateChart(ChartControlViewModel)
Declaration
protected virtual void UpdateChart(ChartControlViewModel chartViewModel)
Parameters
ChartControlViewModel
chartViewModel
|