Class PolarAxisPlotBandAnnotationDrawPart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarAxisPlotBandAnnotationDrawPart : DrawPart<PolarAxisPlotBandAnnotation>, IDrawPart
Constructors
PolarAxisPlotBandAnnotationDrawPart(PolarAxisPlotBandAnnotation, PolarRenderer)
Initializes a new instance of the PolarAxisPlotBandAnnotationDrawPart class.
Declaration
public PolarAxisPlotBandAnnotationDrawPart(PolarAxisPlotBandAnnotation element, PolarRenderer renderer)
Parameters
PolarAxisPlotBandAnnotation
element
The element. |
PolarRenderer
renderer
The renderer. |
Methods
Draw()
Draws the polar axis plot band annotation.
Declaration
public override void Draw()
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.PolarAxisPlotBandAnnotation>.Draw()