Dundas Chart for ASP.NET
ChartTypeRegistry Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl.ChartTypes Namespace : ChartTypeRegistry Class


ChartTypeRegistry class is a repository for all standard and custom chart types. In order for the chart control to display the chart type, it first must be registered using unique name and IChartType derived class which provides the description of the chart type and also responsible for all drawing and hit testing. ChartTypeRegistry can be used by user for custom chart type registering and can be retrieved using Chart.GetService(typeof(ChartTypeRegistry)) method.

Syntax

Visual Basic (Declaration)  
Public Class ChartTypeRegistry 
Visual Basic (Usage) Copy Code
Dim instance As ChartTypeRegistry
C#  
public class ChartTypeRegistry 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartTypes.ChartTypeRegistry

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.