Class ContentNode
Base class for all models with content that form the ChartArea tree.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ContentNode : ChartNode, 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
|