Class PieChart
Inheritance
System.Object
PieChart
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 class PieChart : ChartUserControlElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
PieChart()
Declaration
public PieChart()
Methods
OnDataContextChanged(Object, Object)
Declaration
protected override void OnDataContextChanged(object oldDataContext, object newDataContext)
Parameters
System.Object
oldDataContext
|
System.Object
newDataContext
|