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