ClassCartesianSparkPlotBandAnnotationDrawPart
Class
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:
Inherited Members
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
The renderer.
Methods
Draw()
Draws the plot band annotation.
Declaration
cs-api-definition
public override void Draw()
Overrides