DundasWinExtensions
ScorecardCustomAttributes Constructor
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > ScorecardCustomAttributes Class : ScorecardCustomAttributes Constructor


chartObj
The chart obj.
selectedSeries
The selected series.
Initializes a new instance of the ScorecardCustomAttributes class.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal chartObj As Chart, _
   ByVal selectedSeries As Series _
)
Visual Basic (Usage) Copy Code
Dim chartObj As Chart
Dim selectedSeries As Series
 
Dim instance As ScorecardCustomAttributes(chartObj, selectedSeries)
C#  
public ScorecardCustomAttributes( 
   Chart chartObj,
   Series selectedSeries
)

Parameters

chartObj
The chart obj.
selectedSeries
The selected series.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.