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