Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CustomAttributes Constructor
See Also 
Dundas.Charting.WebControl Namespace > CustomAttributes Class : CustomAttributes Constructor


attributes
Attributes object.
Constructor

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal attributes As DataPointAttributes _
)
Visual Basic (Usage) Copy Code
Dim attributes As DataPointAttributes
 
Dim instance As CustomAttributes(attributes)
C#  
public CustomAttributes( 
   DataPointAttributes attributes
)

Parameters

attributes
Attributes object.

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