Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class RadialAxisPlotBandAnnotationDrawPart : DrawPart<RadialAxisPlotBandAnnotation>, IDrawPart
Inheritance: objectDrawPart<RadialAxisPlotBandAnnotation>RadialAxisPlotBandAnnotationDrawPart
Implements:
Inherited Members
Constructors
C#
public RadialAxisPlotBandAnnotationDrawPart(RadialAxisPlotBandAnnotation element, PolarRenderer renderer)
Methods
Draws this instance.
C#
public override void Draw()
Overrides: