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


chartType
Chart type.
Returns chart type object by name.

Syntax

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

Parameters

chartType
Chart type.

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.