ValuesLayer.setShowOptions


setShowOptions(showMin, showMax, [value], [showZero])

Sets %range of maximum and minimum values to be displayed

showMinbooleanShow maximum values within specified percentage
showMaxbooleanShow minimum values within specified percentage
valueoptional double percentage to show (e.g. within 5% of max)
showZerooptional boolean If false, values of 0.0 will not be shown, By default this flag is calculated by the previous call to setResults(). It is false for reactions, and true otherwise.
Return valuenone 

Back to ValuesLayer

Back to Overview