Returns an element that corresponds to the specified area, value and the number in the palette.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected virtual Element GetElement( VectorRectangle area, double value, int paletteIndex )  | 
| Visual Basic (Declaration) | 
|---|
Protected Overridable Function GetElement ( _ area As VectorRectangle, _ value As Double, _ paletteIndex As Integer _ ) As Element  | 
| Visual C++ | 
|---|
protected: virtual Element^ GetElement( VectorRectangle area, double value, int paletteIndex )  |