Dundas Chart for ASP.NET
DataPoint Constructor(Series)
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Series)


series

The Series object that the data point belongs to.


series object, which the Data Point belongs to.

Creates and initializes a new instance of the DataPoint class, and sets the Series that the data point belongs to.


Data Point object constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal series As Series _
)
Visual Basic (Usage) Copy Code
Dim series As Series
 
Dim instance As DataPoint(series)
C#  
public DataPoint( 
   Series series
)

Parameters

series

The Series object that the data point belongs to.


series object, which the Data Point belongs to.

Remarks

This constructor can be used to create and initialize a new instance of the DataPoint class.

However, we highly recommend adding data points at run-time using the Points collection property instead.

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.