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