[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ExcelBaseSparkLineRenderer.PaintSparkline

PaintSparkline Method

PaintSparkline(Graphics, Rectangle, Sparkline)

Paints the sparkline.

Declaration
public virtual void PaintSparkline(Graphics g, Rectangle rectangle, Sparkline sparkline)
Public Overridable Sub PaintSparkline(g As Graphics, rectangle As Rectangle, sparkline As Sparkline)
Parameters
Type Name Description
Graphics g

The graphics object.

Rectangle rectangle

The rectangle.

Sparkline sparkline

The sparkline.

Implements