Formatting Series Name in Legend (text wrap)
Formatting Series Name in Legend (text wrap)
Is it possible to force a newline or cause a series name to wrap. I need a descriptive series name but dont want it reducing the size of the actual chart.
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi --
I'm afraid this functionality is not presently available; I will add it to the wishlist. In the meantime the best I can suggest is that you align your Legend either top or bottom, e.g.Is it possible to force a newline or cause a series name to wrap. I need a descriptive series name but dont want it reducing the size of the actual chart.
Code: Select all
private void Form1_Load(object sender, System.EventArgs e) {
points1.FillSampleValues();
points2.FillSampleValues();
points1.Title="This is the first of two series in the chart";
tChart1.Legend.Alignment = Steema.TeeChart.LegendAlignments.Bottom;
}
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/