Dundas Chart for ASP.NET
GetChartType(String) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.ChartTypes Namespace > ChartTypeRegistry Class > GetChartType Method : GetChartType(String) Method


name
Chart type name.
Returns chart type object by name.

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetChartType( _
   ByVal name As String _
) As IChartType
Visual Basic (Usage) Copy Code
Dim instance As ChartTypeRegistry
Dim name As String
Dim value As IChartType
 
value = instance.GetChartType(name)
C#  
public IChartType GetChartType( 
   string name
)

Parameters

name
Chart type name.

Return Value

Chart type object derived from IChartType.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.