New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the ChartAnnotationModel class.

C#
public ChartAnnotationModel()

Properties

Gets if the model is updated.

C#
public abstract bool IsUpdated { get; }
Property Value:

The is updated.

Methods

Arranges by the rect.

C#
protected abstract RadRect ArrangeCore(RadRect rect)
Parameters:rectRadRect

The rect.

Returns:

RadRect

Updates this instance.

C#
protected void Update()

Updates the model.

C#
protected abstract void UpdateCore()