Spread Windows Forms 6.0 Product Documentation
AddSparklineToGroup Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ISparklineContainer Interface : AddSparklineToGroup Method


sparkline
The sparkline.
sparklineGroup
The sparkline group information.

Glossary Item Box

Adds the sparkline to the existing group.

Syntax

Visual Basic (Declaration) 
Function AddSparklineToGroup( _
   ByVal sparkline As ISparkline, _
   ByVal sparklineGroup As ISparklineGroup _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ISparklineContainer
Dim sparkline As ISparkline
Dim sparklineGroup As ISparklineGroup
Dim value As Boolean
 
value = instance.AddSparklineToGroup(sparkline, sparklineGroup)
C# 
bool AddSparklineToGroup( 
   ISparkline sparkline,
   ISparklineGroup sparklineGroup
)

Parameters

sparkline
The sparkline.
sparklineGroup
The sparkline group information.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.