Class
PolarAxisGridLineAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class PolarAxisGridLineAnnotationDrawPart : DrawPart<PolarAxisGridLineAnnotation>, IDrawPart

Inheritance: objectDrawPart<PolarAxisGridLineAnnotation>PolarAxisGridLineAnnotationDrawPart

Implements: IDrawPart

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

Constructors

PolarAxisGridLineAnnotationDrawPart(PolarAxisGridLineAnnotation, PolarRenderer)

Initializes a new instance of the PolarAxisGridLineAnnotationDrawPart class.

Declaration

cs-api-definition
public PolarAxisGridLineAnnotationDrawPart(PolarAxisGridLineAnnotation element, PolarRenderer renderer)

Parameters

element

PolarAxisGridLineAnnotation

The element.

renderer

PolarRenderer

The renderer.

Methods

Draw()

Draws the polar axis grid line annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<PolarAxisGridLineAnnotation>.Draw()