Dundas Chart for Windows Forms
IChartType Interface
Members  See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.ChartTypes Namespace : IChartType Interface


IChartType interface must be implemented for any standard or custom chart type displayed in the chart control. This interface defines properties which provide information on chart type behaviour including how many Y values supported, is it a stacked chart type, how it interacts with axes and much more. IChartType interface methods define how to draw series data point, calculate Y values and process SmartLabels.

Syntax

Visual Basic (Declaration)  
Public Interface IChartType 
Visual Basic (Usage) Copy Code
Dim instance As IChartType
C#  
public interface 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

© 2009 All Rights Reserved.