Spread for ASP.NET 10 Product Documentation
PaintSparkline Method (ColumnSparklineRenderer)


The graphics object.
The rectangle.
The sparkline.
Paints the sparkline.
Syntax
'Declaration
 
Public Overrides Sub PaintSparkline( _
   ByVal g As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal sparkline As Sparkline _
) 
'Usage
 
Dim instance As ColumnSparklineRenderer
Dim g As Graphics
Dim rectangle As Rectangle
Dim sparkline As Sparkline
 
instance.PaintSparkline(g, rectangle, sparkline)
public override void PaintSparkline( 
   Graphics g,
   Rectangle rectangle,
   Sparkline sparkline
)

Parameters

g
The graphics object.
rectangle
The rectangle.
sparkline
The sparkline.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ColumnSparklineRenderer Class
ColumnSparklineRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.