Charting for WinForms Programmer's Guide
Vector Constructor
See Also
 






Initializes a new instance of the Vector struct.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Vector (
    double x,
    double y
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double _
)

 Parameters

x

X component of the vector.

y

Y component of the vector.

 See Also

Vector Structure
MindFusion.Charting Namespace