Multi-line is alway disabled in Pie Chart
Posted: Fri Aug 11, 2006 12:47 pm
Hello All,
Multi-line is alway disabled in Pie Chart (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier in tChart1
3) fill that serier with sample values
pie1.FillSampleValues();
4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) go to Series->Marks
Multi-line is disabled .
I expected what this feature would wrap text in marks if for example I set
style = "Label and Value"
Any ideas how I can force it work?
Thanks.
Multi-line is alway disabled in Pie Chart (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier in tChart1
3) fill that serier with sample values
pie1.FillSampleValues();
4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) go to Series->Marks
Multi-line is disabled .
I expected what this feature would wrap text in marks if for example I set
style = "Label and Value"
Any ideas how I can force it work?
Thanks.