<CFSET xAxis_disp = {"items-overlap":true , "max-items": 6 , "auto-fit": true , "item": { "text-align":"right"} }> <CFSET aspect3d_small={"angle":0,"depth":7,"true3d":false}>` <CFSET yAxisStep_25 = {"min-value":"0","step":"5"}> <CFCHART style="default" show3d="yes" format="html" chartHeight="600" chartwidth="500" type="horizontalbar" gridlines="20" yAxis = "#yAxisStep_25#" xAxis="#xAxis_disp#" aspect3d="#aspect3d_small#" font="times" > <CFCHARTSERIES colorlist="##234086,##284A99,##284A99,##325CC0,##3D68CD,##5077D2,##6486D7,##7795DC,##8BA4E1" type="bar" > <cfchartdata item="Adverse Events" value="16" /> <cfchartdata item="Blood Assays" value="16" /> <cfchartdata item="Clinical Global Impressions" value="2" /> <cfchartdata item="Clinical Laboratory Collection" value="11"/> <cfchartdata item="Geriatric Depression\nScale- Short Form" value="6"/> <cfchartdata item="National Alzheimer's\n Coordinating Center Neurological Exam" value="13"/> </CFCHARTSERIES> </CFCHART>