ClassCartesianFreeFigureAnnotationDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class CartesianFreeFigureAnnotationDrawPart : DrawPart<CartesianFreeFigureAnnotation>, IDrawPart
Inheritance: objectDrawPart<CartesianFreeFigureAnnotation>CartesianFreeFigureAnnotationDrawPart
Implements:
Inherited Members
Constructors
CartesianFreeFigureAnnotationDrawPart(CartesianFreeFigureAnnotation, CartesianRenderer)
Initializes a new instance of the CartesianFreeFigureAnnotationDrawPart class.
Declaration
cs-api-definition
public CartesianFreeFigureAnnotationDrawPart(CartesianFreeFigureAnnotation element, CartesianRenderer renderer)
Parameters
element
The element.
renderer
The renderer.
Methods
Draw()
Draws the free figure annotation.
Declaration
cs-api-definition
public override void Draw()
Overrides
GetLinePaths(PointF[])
Declaration
cs-api-definition
protected virtual GraphicsPath GetLinePaths(PointF[] points)
Parameters
points
PointF[]
Returns