Class CartesianFreeFigureAnnotationModel
The annotation model object which encapsulates the logic for calculating the bounds of the free figure points.
Inheritance
System.Object
CartesianFreeFigureAnnotationModel
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 class CartesianFreeFigureAnnotationModel : MultipleAxesAnnotationModel, IDisposable, INotifyPropertyChanged
Constructors
CartesianFreeFigureAnnotationModel()
Declaration
public CartesianFreeFigureAnnotationModel()
Properties
IsUpdated
Declaration
public override bool IsUpdated { get; }
Property Value
System.Boolean
|
Overrides
Methods
ArrangeCore(RadRect)
Declaration
protected override RadRect ArrangeCore(RadRect availableRect)
Parameters
RadRect
availableRect
|
Returns
RadRect
|