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