Returns element, built by the assigned points subject to the specified palette index.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected virtual Element GetElement( Vector[] points, int paletteIndex )  | 
| Visual Basic (Declaration) | 
|---|
Protected Overridable Function GetElement ( _ points As Vector(), _ paletteIndex As Integer _ ) As Element  | 
| Visual C++ | 
|---|
protected: virtual Element^ GetElement( array<Vector>^ points, int paletteIndex )  | 
Parameters
- points
 - Type: array<
            PerpetuumSoft.Framework.Drawing..::.Vector
          >[]()[]
 
- paletteIndex
 - Type: System..::.Int32