Class
PolarAxisPlotBandAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class PolarAxisPlotBandAnnotationDrawPart : DrawPart<PolarAxisPlotBandAnnotation>, IDrawPart

Inheritance: objectDrawPart<PolarAxisPlotBandAnnotation>PolarAxisPlotBandAnnotationDrawPart

Implements: IDrawPart

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

Constructors

PolarAxisPlotBandAnnotationDrawPart(PolarAxisPlotBandAnnotation, PolarRenderer)

Initializes a new instance of the PolarAxisPlotBandAnnotationDrawPart class.

Declaration

cs-api-definition
public PolarAxisPlotBandAnnotationDrawPart(PolarAxisPlotBandAnnotation element, PolarRenderer renderer)

Parameters

element

PolarAxisPlotBandAnnotation

The element.

renderer

PolarRenderer

The renderer.

Methods

Draw()

Draws the polar axis plot band annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<PolarAxisPlotBandAnnotation>.Draw()