Class
CartesianGridLineAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class CartesianGridLineAnnotationDrawPart : DrawPart<CartesianGridLineAnnotation>, IDrawPart

Inheritance: objectDrawPart<CartesianGridLineAnnotation>CartesianGridLineAnnotationDrawPart

Implements: IDrawPart

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

Constructors

CartesianGridLineAnnotationDrawPart(CartesianGridLineAnnotation, CartesianRenderer)

Initializes a new instance of the CartesianGridLineAnnotationDrawPart class.

Declaration

cs-api-definition
public CartesianGridLineAnnotationDrawPart(CartesianGridLineAnnotation element, CartesianRenderer renderer)

Parameters

element

CartesianGridLineAnnotation

The element.

renderer

CartesianRenderer

The renderer.

Methods

Draw()

Draws the grid line annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<CartesianGridLineAnnotation>.Draw()