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