ClassPolarAxisPlotBandAnnotationDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PolarAxisPlotBandAnnotationDrawPart : DrawPart<PolarAxisPlotBandAnnotation>, IDrawPart
Inheritance: objectDrawPart<PolarAxisPlotBandAnnotation>PolarAxisPlotBandAnnotationDrawPart
Implements:
Inherited Members
Constructors
PolarAxisPlotBandAnnotationDrawPart(PolarAxisPlotBandAnnotation, PolarRenderer)
Initializes a new instance of the PolarAxisPlotBandAnnotationDrawPart class.
Declaration
cs-api-definition
public PolarAxisPlotBandAnnotationDrawPart(PolarAxisPlotBandAnnotation element, PolarRenderer renderer)
Parameters
element
The element.
renderer
The renderer.
Methods
Draw()
Draws the polar axis plot band annotation.
Declaration
cs-api-definition
public override void Draw()
Overrides