Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Adding tooltip in Ultrachart
posted

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. 

Parents
  • 275
    Verified Answer
    posted

    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.

Reply Children
No Data