Class
CartesianMarkedZoneAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class CartesianMarkedZoneAnnotationDrawPart : DrawPart<CartesianMarkedZoneAnnotation>, IDrawPart

Inheritance: objectDrawPart<CartesianMarkedZoneAnnotation>CartesianMarkedZoneAnnotationDrawPart

Implements: IDrawPart

Inherited Members DrawPart<CartesianMarkedZoneAnnotation>.HitTest(Point)DrawPart<CartesianMarkedZoneAnnotation>.GetLabelPosition(RadSize, RadRect)DrawPart<CartesianMarkedZoneAnnotation>.IsElementValid()DrawPart<CartesianMarkedZoneAnnotation>.OffsetXDrawPart<CartesianMarkedZoneAnnotation>.OffsetYDrawPart<CartesianMarkedZoneAnnotation>.ViewportOffsetXDrawPart<CartesianMarkedZoneAnnotation>.ViewportOffsetYDrawPart<CartesianMarkedZoneAnnotation>.ElementDrawPart<CartesianMarkedZoneAnnotation>.Renderer

Constructors

CartesianMarkedZoneAnnotationDrawPart(CartesianMarkedZoneAnnotation, CartesianRenderer)

Initializes a new instance of the CartesianMarkedZoneAnnotationDrawPart class.

Declaration

cs-api-definition
public CartesianMarkedZoneAnnotationDrawPart(CartesianMarkedZoneAnnotation element, CartesianRenderer renderer)

Parameters

element

CartesianMarkedZoneAnnotation

The element.

renderer

CartesianRenderer

The renderer.

Methods

Draw()

Draws the marked zone annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<CartesianMarkedZoneAnnotation>.Draw()