dotnetCHARTING Send comments on this topic.
Element Constructor(String,Double)
See Also 
dotnetCHARTING Namespace > Element Class > Element Constructor : Element Constructor(String,Double)


name
Name of this element.
double1
Sets YValue
Initialize a new instance of the Element class with (YValue) as the initial element value type.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal double1 As Double _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim double1 As Double
 
Dim instance As Element(name, double1)
C# 
public Element( 
   string name,
   double double1
)

Parameters

name
Name of this element.
double1
Sets YValue

See Also

© 2010 All Rights Reserved.