FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Axis Class / GetValues Method

In This Topic
    GetValues Method (Axis)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetValues() As System.Collections.Generic.List(Of Double)
    public System.Collections.Generic.List<double> GetValues()
    See Also