In This Topic
Draws the sparkline
Syntax
'Declaration
Sub DrawSparkline( _
ByVal As ISparkline, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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 ,
int ,
int ,
int ,
int
)
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