Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Add(String,Int32) Method
See Also 
Dundas.Charting.WebControl Namespace > SeriesCollection Class > Add Method : Add(String,Int32) Method


name
Name of the new data series.
yValuesPerPoint
Number of Y values per data point.
Add new data series.

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal name As String, _
   ByVal yValuesPerPoint As Integer _
) As Series
Visual Basic (Usage) Copy Code
Dim instance As SeriesCollection
Dim name As String
Dim yValuesPerPoint As Integer
Dim value As Series
 
value = instance.Add(name, yValuesPerPoint)
C#  
public Series Add( 
   string name,
   int yValuesPerPoint
)

Parameters

name
Name of the new data series.
yValuesPerPoint
Number of Y values per data point.

Return Value

Newly added data series object

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