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


axis
Reference to the axis object.
Custom labels collection object constructor

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal axis As Axis _
)
Visual Basic (Usage) Copy Code
Dim axis As Axis
 
Dim instance As CustomLabelsCollection(axis)
C#  
public CustomLabelsCollection( 
   Axis axis
)

Parameters

axis
Reference to the axis 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