[]
Draws the sparkline
void DrawSparkline(ISparkline sparkline, int x, int y, int width, int height)
Sub DrawSparkline(sparkline As ISparkline, x As Integer, y As Integer, width As Integer, height As Integer)
Type | Name | Description |
---|---|---|
ISparkline | sparkline | The sparkline object to draw |
int | x | The x-coordinate. |
int | y | The y-coordinate. |
int | width | The image width. |
int | height | The image height. |