Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / DrawSparkline Method
The sparkline object to draw
The x-coordinate.
The y-coordinate.
The image width.
The image height.


In This Topic
    DrawSparkline Method
    In This Topic
    Draws the sparkline
    Syntax
    'Declaration
     
    Sub DrawSparkline( _
       ByVal sparkline As ISparkline, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    'Usage
     
    Dim instance As IDrawingContext
    Dim sparkline As ISparkline
    Dim x As Integer
    Dim y As Integer
    Dim width As Integer
    Dim height As Integer
     
    instance.DrawSparkline(sparkline, x, y, width, height)
    void DrawSparkline( 
       ISparkline sparkline,
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    sparkline
    The sparkline object to draw
    x
    The x-coordinate.
    y
    The y-coordinate.
    width
    The image width.
    height
    The image height.
    See Also