Class
RadialAxisPlotBandAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class RadialAxisPlotBandAnnotationDrawPart : DrawPart<RadialAxisPlotBandAnnotation>, IDrawPart

Inheritance: objectDrawPart<RadialAxisPlotBandAnnotation>RadialAxisPlotBandAnnotationDrawPart

Implements: IDrawPart

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

Constructors

RadialAxisPlotBandAnnotationDrawPart(RadialAxisPlotBandAnnotation, PolarRenderer)

Declaration

cs-api-definition
public RadialAxisPlotBandAnnotationDrawPart(RadialAxisPlotBandAnnotation element, PolarRenderer renderer)

Parameters

element

RadialAxisPlotBandAnnotation

renderer

PolarRenderer

Methods

Draw()

Draws this instance.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<RadialAxisPlotBandAnnotation>.Draw()