Initializes a new instance of the PolylineElement class.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public PolylineElement( Vector[] points )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ points As Vector() _ )  | 
| Visual C++ | 
|---|
public: PolylineElement( array<Vector>^ points )  | 
Parameters
- points
 - Type: array<
            PerpetuumSoft.Framework.Drawing..::.Vector
          >[]()[]