Class ContentNode
Base class for all models with content that form the ChartArea tree.
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.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class ContentNode : ChartNode, IDisposable, INotifyPropertyChanged
Constructors
ContentNode()
Declaration
protected ContentNode()
Properties
Content
Gets or sets the content associated with the node.
Declaration
public object Content { get; set; }
Property Value
System.Object
|