Class
CartesianSparkPlotBandAnnotationDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CartesianSparkPlotBandAnnotationDrawPart : SparkDrawPart<CartesianSparkPlotBandAnnotation>, ISparkDrawPart

Inheritance: objectSparkDrawPart<CartesianSparkPlotBandAnnotation>CartesianSparkPlotBandAnnotationDrawPart

Implements: ISparkDrawPart

Inherited Members SparkDrawPart<CartesianSparkPlotBandAnnotation>.HitTest(Point)SparkDrawPart<CartesianSparkPlotBandAnnotation>.PaintStroke(GraphicsPath, Color, float)SparkDrawPart<CartesianSparkPlotBandAnnotation>.PaintStroke(GraphicsPath, Color)SparkDrawPart<CartesianSparkPlotBandAnnotation>.PaintStroke(GraphicsPath)SparkDrawPart<CartesianSparkPlotBandAnnotation>.PaintFill(GraphicsPath, Color)SparkDrawPart<CartesianSparkPlotBandAnnotation>.PaintFill(GraphicsPath)SparkDrawPart<CartesianSparkPlotBandAnnotation>.GetAdjustedClipRect(Graphics)SparkDrawPart<CartesianSparkPlotBandAnnotation>.IsElementValid()SparkDrawPart<CartesianSparkPlotBandAnnotation>.OffsetXSparkDrawPart<CartesianSparkPlotBandAnnotation>.OffsetYSparkDrawPart<CartesianSparkPlotBandAnnotation>.ViewportOffsetXSparkDrawPart<CartesianSparkPlotBandAnnotation>.ViewportOffsetYSparkDrawPart<CartesianSparkPlotBandAnnotation>.ElementSparkDrawPart<CartesianSparkPlotBandAnnotation>.RendererSparkDrawPart<CartesianSparkPlotBandAnnotation>.PaintContext

Constructors

CartesianSparkPlotBandAnnotationDrawPart(CartesianSparkPlotBandAnnotation, SparkCartesianRenderer)

Initializes a new instance of the CartesianSparkPlotBandAnnotationDrawPart class.

Declaration

cs-api-definition
public CartesianSparkPlotBandAnnotationDrawPart(CartesianSparkPlotBandAnnotation element, SparkCartesianRenderer renderer)

Parameters

element

CartesianSparkPlotBandAnnotation

The element.

renderer

SparkCartesianRenderer

The renderer.

Methods

Draw()

Draws the plot band annotation.

Declaration

cs-api-definition
public override void Draw()

Overrides SparkDrawPart<CartesianSparkPlotBandAnnotation>.Draw()