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