Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class CartesianPlotBandAnnotationDrawPart : DrawPart<CartesianPlotBandAnnotation>, IDrawPart
Inheritance: objectDrawPart<CartesianPlotBandAnnotation>CartesianPlotBandAnnotationDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianPlotBandAnnotationDrawPart class.
C#
public CartesianPlotBandAnnotationDrawPart(CartesianPlotBandAnnotation element, CartesianRenderer renderer)
The element.
rendererCartesianRendererThe renderer.
Methods
Draws the plot band annotation.
C#
public override void Draw()
Overrides: