Class PolarAxisGridLineAnnotationDrawPart
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 PolarAxisGridLineAnnotationDrawPart : DrawPart<PolarAxisGridLineAnnotation>, IDrawPart
Constructors
PolarAxisGridLineAnnotationDrawPart(PolarAxisGridLineAnnotation, PolarRenderer)
Initializes a new instance of the PolarAxisGridLineAnnotationDrawPart class.
Declaration
public PolarAxisGridLineAnnotationDrawPart(PolarAxisGridLineAnnotation element, PolarRenderer renderer)
Parameters
PolarAxisGridLineAnnotation
element
The element. |
PolarRenderer
renderer
The renderer. |
Methods
Draw()
Draws the polar axis grid line annotation.
Declaration
public override void Draw()
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.PolarAxisGridLineAnnotation>.Draw()