Class
ChartAnnotationModel

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public abstract class ChartAnnotationModel : ChartElement, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartAnnotationModel

Derived Classes: MultipleAxesAnnotationModelSingleAxisAnnotationModel

Implements: IDisposableINotifyPropertyChanged

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

Constructors

ChartAnnotationModel()

Initializes a new instance of the ChartAnnotationModel class.

Declaration

cs-api-definition
public ChartAnnotationModel()

Properties

IsUpdated

Gets if the model is updated.

Declaration

cs-api-definition
public abstract bool IsUpdated { get; }

Property Value

bool

The is updated.

Methods

ArrangeCore(RadRect)

Arranges by the rect.

Declaration

cs-api-definition
protected abstract RadRect ArrangeCore(RadRect rect)

Parameters

rect

RadRect

The rect.

Returns

RadRect

Update()

Updates this instance.

Declaration

cs-api-definition
protected void Update()

UpdateCore()

Updates the model.

Declaration

cs-api-definition
protected abstract void UpdateCore()