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

In This Topic
    UpdateActualLimits Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub UpdateActualLimits( _
       ByVal dataType As System.Nullable(Of DataType), _
       ByVal dataMin As System.Double, _
       ByVal dataMax As System.Double, _
       Optional ByVal labels As System.Collections.Generic.List(Of String), _
       Optional ByVal values As System.Collections.Generic.List(Of Double) _
    ) 
    public void UpdateActualLimits( 
       System.Nullable<DataType> dataType,
       System.double dataMin,
       System.double dataMax,
       System.Collections.Generic.List<string> labels,
       System.Collections.Generic.List<double> values
    )

    Parameters

    dataType
    dataMin
    dataMax
    labels
    values
    See Also