[MSCHART]マルチタイトル表示


Demo:
<titles>
	<asp:Title ShadowColor="32, 0, 0, 0" Font="Trebuchet MS, 14.25pt, style=Bold" ShadowOffset="3" Text="Chart for .NET Framework" Alignment="TopLeft" ForeColor="26, 59, 105">        </asp:Title>
	<asp:Title Docking="Left" Font="Trebuchet MS, 14.25pt" ShadowOffset="-1" Text="SIDEBAR" ForeColor="26, 59, 105">       </asp:Title>
	<asp:Title Docking="Bottom" Font="Trebuchet MS, 8.25pt" 
                                    Text="?Microsoft Corporation" Alignment="MiddleRight"></asp:Title>
</titles>

自己修正:
<Titles>
        <asp:Title ShadowColor="32, 0, 0, 0" Font="    , 16pt" Text="         " Alignment="TopCenter">
      </asp:Title>
        <asp:Title Docking="Bottom" Font="Trebuchet MS, 8.25pt" 
                                    Text="Zettlercn Corporation" Alignment="MiddleRight">     </asp:Title>
 </Titles>