Page 1 of 1

Customize Text Marks Tip WPF

Posted: Fri Jul 16, 2010 5:24 pm
by 9644416
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!

Re: Customize Text Marks Tip WPF

Posted: Fri Jul 16, 2010 9:08 pm
by 9644416
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

Re: Customize Text Marks Tip WPF

Posted: Mon Jul 19, 2010 8:52 am
by yeray
Hi tenaris,
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?
I'm afraid it is a known problem already in the defect list (TW16013902). It was discussed here.