FarPoint.Win.Spread
PaintSparkline Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > WinLossSparklineRenderer Class : PaintSparkline Method


g
The g.
rectangle
The rectangle.
sparkline
Paints the sparkline.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub PaintSparkline( _
   ByVal g As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal sparkline As Sparkline _
) 
Visual Basic (Usage)Copy Code
Dim instance As WinLossSparklineRenderer
Dim g As Graphics
Dim rectangle As Rectangle
Dim sparkline As Sparkline
 
instance.PaintSparkline(g, rectangle, sparkline)
C# 
public override void PaintSparkline( 
   Graphics g,
   Rectangle rectangle,
   Sparkline sparkline
)

Parameters

g
The g.
rectangle
The rectangle.
sparkline

See Also