.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class > Element Constructor : Element Constructor(String,Double,DateTime,Double)
Name of this element.
Sets XValue
Sets YDateTime
Sets BubbleSize
Element Constructor(String,Double,DateTime,Double)
Initialize a new instance of the Element class with (XValue, YDateTime, BubbleSize) as the initial element value types.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal double1 As Double, _
   ByVal dateTime1 As Date, _
   ByVal double2 As Double _
)
'Usage
 
Dim name As String
Dim double1 As Double
Dim dateTime1 As Date
Dim double2 As Double
 
Dim instance As New Element(name, double1, dateTime1, double2)

Parameters

name
Name of this element.
double1
Sets XValue
dateTime1
Sets YDateTime
double2
Sets BubbleSize
Requirements

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

See Also