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