Element Constructor(String,Double,Double)
Initialize a new instance of the Element class with (YValueStart, YValue) or (XValue, YValue) as the initial element value types.
Syntax
'Declaration Public Function New( _ ByVal name As String, _ ByVal double1 As Double, _ ByVal double2 As Double _ )
Parameters
- name
- Name of this element.
- double1
- Sets YValueStart and XValue
- double2
- Sets YValue
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