Hi,
I have dataSet with the following columns. Id, Desc, Amount. This dataset is the datasource of my UltraChart
Is it possible to display column desc as a tooltip of my UltraChart? I believe that Ultrachart tooltips are based on its legend. My ultrachart legend only contains amounts.
SOLVED!
I tried to switch the arrangement of my dataset columns from this:
Id, Description, Amount
into this:
Description, Id, Amount
Having ultrachart tooltip: "<ITEM_LABEL>: <DATA_VALUE:00.##>";
It looks like tooltip item label depends on the first column of the datasource.
Hello ninj23,
I am glad that you have been able to achieve your requirement.
Please feel free to contact me if you need any further assistance with this matter.