.netCHARTING v10.5 Documentation


List of double values.
FromValues(Double[]) Method
Creates a collection of axis ticks with the specified values.
Syntax
'Declaration
 
Public Overloads Shared Function FromValues( _
   ByVal ParamArray list() As Double _
) As AxisTickCollection
'Usage
 
Dim list() As Double
Dim value As AxisTickCollection
 
value = AxisTickCollection.FromValues(list)
public static AxisTickCollection FromValues( 
   params double[] list
)

Parameters

list
List of double values.
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