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


owner
License owner,
key
License key.
Constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal owner As ChartLicenseProvider, _
   ByVal key As String _
)
Visual Basic (Usage) Copy Code
Dim owner As ChartLicenseProvider
Dim key As String
 
Dim instance As ChartLicense(owner, key)
C#  
public ChartLicense( 
   ChartLicenseProvider owner,
   string key
)

Parameters

owner
License owner,
key
License key.

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