Class CartesianCategoryChart
Inheritance
System.Object
CartesianCategoryChart
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 CartesianCategoryChart : CartesianChart, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
CartesianCategoryChart()
Declaration
protected CartesianCategoryChart()
Methods
UpdateAxes(ChartControlViewModel)
Declaration
public override void UpdateAxes(ChartControlViewModel chartViewModel)
Parameters
ChartControlViewModel
chartViewModel
|