Hi
I need your Help.
Is There a way to customize the text shown in the MarksTips?
I need a diferent Text for each bar in a Gantt graph
How can I do that?
I'm using TeeChart for WPF
Thanks!
Customize Text Marks Tip WPF
Re: Customize Text Marks Tip WPF
Hi
I did.
Solution:
chart.Series.Add(new Steema.TeeChart.WPF.Styles.Gantt());
Steema.TeeChart.WPF.Styles.Gantt gantt1 = (chart.Series[0] as Steema.TeeChart.WPF.Styles.Gantt);
gantt1.Add(dIni, dFin, 1.6, "Statistical\nElement:\t\tPressure Time\nBegin Date:\t1 jun 2010", Color.FromRgb(0, 50, 100));
But I have another question.
Its Possible String format like in Teechart for ASP?
For example: <b>Statistical</b> for String bold.
If not, How can I do that?
Thanks
I did.
Solution:
chart.Series.Add(new Steema.TeeChart.WPF.Styles.Gantt());
Steema.TeeChart.WPF.Styles.Gantt gantt1 = (chart.Series[0] as Steema.TeeChart.WPF.Styles.Gantt);
gantt1.Add(dIni, dFin, 1.6, "Statistical\nElement:\t\tPressure Time\nBegin Date:\t1 jun 2010", Color.FromRgb(0, 50, 100));
But I have another question.
Its Possible String format like in Teechart for ASP?
For example: <b>Statistical</b> for String bold.
If not, How can I do that?
Thanks
Re: Customize Text Marks Tip WPF
Hi tenaris,
I'm afraid it is a known problem already in the defect list (TW16013902). It was discussed here.tenaris wrote:But I have another question.
Its Possible String format like in Teechart for ASP?
For example: <b>Statistical</b> for String bold.
If not, How can I do that?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |