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