Version

GetContourValues Method (ContourValueResolver)

Gets the numeric values of contour lines based on the given values.
Syntax
'Declaration
 
Public MustOverride Function GetContourValues( _
   ByVal valueColumn As Infragistics.IFastItemColumn(Of Double) _
) As IEnumerable(Of Double)
public abstract IEnumerable<double> GetContourValues( 
   Infragistics.IFastItemColumn<double> valueColumn
)

Parameters

valueColumn
The FastItemColumn containing all numeric values for the series.

Return Value

The numeric values at which contour lines should be placed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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