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