Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CartesianSparkPlotBandAnnotationDrawPart : SparkDrawPart<CartesianSparkPlotBandAnnotation>, ISparkDrawPart
Inheritance: objectSparkDrawPart<CartesianSparkPlotBandAnnotation>CartesianSparkPlotBandAnnotationDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianSparkPlotBandAnnotationDrawPart class.
C#
public CartesianSparkPlotBandAnnotationDrawPart(CartesianSparkPlotBandAnnotation element, SparkCartesianRenderer renderer)
The element.
rendererSparkCartesianRendererThe renderer.
Methods
Draws the plot band annotation.
C#
public override void Draw()
Overrides: