Hi,
We wanted to show tooltips on the labels which are in the legend of an UltraChart. Is there any way out to do this.
Thanks in advance
Thanks Teodor.
Here is some code you can try using to achieve your functionality. Unfortunately, you are constrained to using <ITEM_LABEL> for all tooltips in this example. If you want to request this as an official feature then please visit this page: http://devcenter.infragistics.com/protected/requestfeature.asp
this.ultraChart1.ChartDrawItem += new Infragistics.UltraChart.Shared.Events.ChartDrawItemEventHandler(ultraChart1_ChartDrawItem);
{
Box box = e.Primitive as Box;
}
// this is the external legend box
// this is the code for showing tooltips