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


chartObj
The chart obj.
selectedSeries
The selected series.
Allows chart builder to know and validate the custom attributes used in this chart type

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 HeatMapCustomAttributes(chartObj, selectedSeries)
C#  
public HeatMapCustomAttributes( 
   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.