Hi,
I'm trying to align in VS.NET the web chart subheader on left side dynamically. I can do this on the design time by going to the subheader (...) and on the popup window (Title Editor) on style tab I can specify the alignment to left, center or right.
Now is there a way I can do this alignment dynamically at runtime from ASP.NET code. I can see the Chart.Subheader.Alignment which can be aligned to center, far, near but I can't figure out a way to align it to left.
Thanks
Unger.
How do I dynamically align the subheader to left?
Hi Unger,
how about using :
tChart1.SubHeader.Alignment = System.Drawing.StringAlignment.Near;
how about using :
tChart1.SubHeader.Alignment = System.Drawing.StringAlignment.Near;
Pep Jorge
http://support.steema.com
http://support.steema.com