If you mean you just want to change the title on the left, then that can be done simply by changing the TitleLeft.Text field, like so:
UltraChart1.TitleLeft.Text = "Changed!";
You can also get fancier and tweak other things about the TitleLeft member to get things to your liking. Hope this helps.
-Paul