dotnetCHARTING Send comments on this topic.
FromValues(Double[]) Method
See Also 
dotnetCHARTING Namespace > AxisTickCollection Class > FromValues Method : FromValues(Double[]) Method


list
List of double values.
Creates a collection of axis ticks with the specified values.

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function FromValues( _
   ByVal ParamArray list() As Double _
) As AxisTickCollection
Visual Basic (Usage) Copy Code
Dim list() As Double
Dim value As AxisTickCollection
 
value = AxisTickCollection.FromValues(list)
C#  
public static AxisTickCollection FromValues( 
   params double[] list
)

Parameters

list
List of double values.

See Also