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