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