[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.DrawSparkline

DrawSparkline Method

DrawSparkline(ISparkline, int, int, int, int)

Draws the sparkline

Declaration
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)
Parameters
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.