Hi,
below I have attached the datasource of the column chart...
LEVELNAME OWNER LEVEL TGT ACH ATG
In X axis I will use Level Name for series label and use TGT, ACH, ATG in data fileds.... so each series contains 3 data filed. bydefault it will shows the datavalue in tooltip..
But I want to show the tooltips like this.. SeriesName: itemLabel: datavalue
EG:
Instrumetns: ATG: 4970.98
Instrumetns: ACH: 0
Instrumetns: TGT: 0
.. etc..
How can I do this?.. I have been breaking my head for more tha two days...
UltraChart1.Tooltips.FormatString = "<SERIES_LABEL>: <ITEM_LABEL>: <DATA_VALUE:0.##>";
Can anyone help me?...
from infragistics INC?
hi,
my requirement has been changed... Below is the data in mydataset..
In my chart I will show ACH, TGT, and ATG in X axis as data items and Instruments, Pumps, etc as Serires label. I have not used owner column in the chart.
But my tool tip should show the details as LEVELNAME: OWNER:ITEMLABEL:DATAVALUE
eg:
etc...
How can I achieve this...
Hi Max,
thanks for your great help...