Smart scale the current minimum and maximum values for this axis


Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Public Function SmartScale( _ 
   ByVal scales As Double() _ 
) As Boolean
C#
public bool SmartScale(
   double[] scales
)
C++
public:
 bool SmartScale(
   array<double>^ scales
) sealed 
J#
public bool SmartScale(
   double[] scales
)
JScript
public  function SmartScale(
   scales : double[]
) : bool

Parameters

scales
possible values to which to round

Return Value

true if the maxmimum or minimum values changed, false otherwise

See Also