Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CartesianSparkGridLineAnnotationDrawPart : SparkDrawPart<CartesianSparkGridLineAnnotation>, ISparkDrawPart
Inheritance: objectSparkDrawPart<CartesianSparkGridLineAnnotation>CartesianSparkGridLineAnnotationDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianSparkGridLineAnnotationDrawPart class.
C#
public CartesianSparkGridLineAnnotationDrawPart(CartesianSparkGridLineAnnotation element, SparkCartesianRenderer renderer)
The element.
rendererSparkCartesianRendererThe renderer.
Methods
Draws the grid line annotation.
C#
public override void Draw()
Overrides: