If you are including many views in a dashboard, you may want to hide
a view's default title and/or logo. These items are defined by the afmXMLView
showLogo
and viewTitleBar
show values in the view's .axvw file.
<afmXmlView showLogo="false">
<preferences>
<viewTitleBar show="false"/>
</preferences>