Version

GetAllValues Method

Returns an IEnumerable array of all the non-null and non-NaN values of the XamSparkline control. Default value is null.
Syntax
'Declaration
 
Protected Function GetAllValues() As System.Collections.Generic.IEnumerable(Of Object)
protected System.Collections.Generic.IEnumerable<object> GetAllValues()
protected: System.Collections.Generic.IEnumerable<Object*>* GetAllValues(); 

Return Value

An IEnumerable array of all the non-null and non-NaN values of the XamSparkline control
Requirements

Target Platforms: 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