Lines Matching refs:MaxValue
2100 …tion,$Mosaic=TRUE,$BorderOffset=10,$A_R=60,$A_G=60,$A_B=60,$S_R=200,$S_G=200,$S_B=200,$MaxValue=-1) argument
2115 if ( $MaxValue == -1 )
2122 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; }
2130 $RadiusScale = $Radius / $MaxValue;
2131 for ( $t=1; $t<=$MaxValue-1; $t++)
2164 for ( $t=1; $t<=$MaxValue; $t++)
2166 $TRadius = ( $Radius / $MaxValue ) * $t;
2214 for ( $t=1; $t<=$MaxValue; $t++)
2216 $TRadius = ( $Radius / $MaxValue ) * $t;
2238 function drawRadar($Data,$DataDescription,$BorderOffset=10,$MaxValue=-1) argument
2250 if ( $MaxValue == -1 )
2257 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; }
2276 $Strength = ( $Radius / $MaxValue ) * $Value;
2298 function drawFilledRadar($Data,$DataDescription,$Alpha=50,$BorderOffset=10,$MaxValue=-1) argument
2312 if ( $MaxValue == -1 )
2319 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$…
2340 $Strength = ( $Radius / $MaxValue ) * $Value;