ClassCartesianFreeFigureAnnotationModel
Class
The annotation model object which encapsulates the logic for calculating the bounds of the free figure points.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class CartesianFreeFigureAnnotationModel : MultipleAxesAnnotationModel, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartAnnotationModelMultipleAxesAnnotationModelCartesianFreeFigureAnnotationModel
Implements:
Inherited Members
Constructors
CartesianFreeFigureAnnotationModel()
Declaration
cs-api-definition
public CartesianFreeFigureAnnotationModel()
Properties
Methods
ArrangeCore(RadRect)
Arranges by the rect.
UpdateCore()
Updates the model.
Declaration
cs-api-definition
protected override void UpdateCore()
Overrides