Class
CartesianPlotBandAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class CartesianPlotBandAnnotationDrawPart : DrawPart<CartesianPlotBandAnnotation>, IDrawPart

Inheritance: objectDrawPart<CartesianPlotBandAnnotation>CartesianPlotBandAnnotationDrawPart

Implements: IDrawPart

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

Constructors

CartesianPlotBandAnnotationDrawPart(CartesianPlotBandAnnotation, CartesianRenderer)

Initializes a new instance of the CartesianPlotBandAnnotationDrawPart class.

Declaration

cs-api-definition
public CartesianPlotBandAnnotationDrawPart(CartesianPlotBandAnnotation element, CartesianRenderer renderer)

Parameters

element

CartesianPlotBandAnnotation

The element.

renderer

CartesianRenderer

The renderer.

Methods

Draw()

Draws the plot band annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<CartesianPlotBandAnnotation>.Draw()