Version

GetSeriesValueType Method

Gets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN.
Syntax
'Declaration
 
Public Function GetSeriesValueType( _
   ByVal mode As ValueLayerValueMode _
) As Double()
public double[] GetSeriesValueType( 
   ValueLayerValueMode mode
)

Parameters

mode
The type of value desired from the series axes.

Return Value

An array of values for each axis used by the series. The axis order depends on the series type.
Requirements

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