Class
ContentNode

Base class for all models with content that form the ChartArea tree.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public abstract class ContentNode : ChartNode, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeContentNode

Derived Classes: AxisLabelModelAxisTitleModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

ContentNode()

Declaration

cs-api-definition
protected ContentNode()

Properties

Content

Gets or sets the content associated with the node.

Declaration

cs-api-definition
public object Content { get; set; }

Property Value

object

In this article
DefinitionConstructorsContentNode()PropertiesContent
Not finding the help you need?
Contact Support