Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
public void Add( double dValue, string sLabel )
'Declaration Public Overloads Sub Add( _ ByVal dValue As Double, _ ByVal sLabel As String _ )
'Usage Dim instance As Series Dim dValue As Double Dim sLabel As String instance.Add(dValue, sLabel)
Dim pie As PieSeries = Chart.Series.Add(SeriesType.Pie) pie.Add(12, "Pie1") pie.Add(23, "Pie2") pie.Add(45, "Pie3") pie.DataLabels.Format = "<value> <label>"
PieSeries pie = Chart.Series.Add(SeriesType.Pie); pie.Add(12, "Pie1"); pie.Add(23, "Pie2"); pie.Add(45, "Pie3"); pie.DataLabels.Format = "<value> <label>";
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Series Class Series Members Overload List