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
175
show duplicate columns values on Tooltip UltraChart
posted

Hello,

I have a table with 3 column: Date, Count, SigCount. I want to show the SigCount value just in the tooltip.

Here is the code:

                dataChart.DataSource = table.DefaultView;
                dataChart.Data.excludedColumns.Clear();
                dataChart.Data.excludedColumns.Add(2);
                dataChart.DataBind();
                dataChart.Axis.X.Labels.SeriesLabels.Visible = true;
                dataChart.Axis.X.Labels.Visible = true;
                dataChart.Axis.X.Labels.ItemFormatString = "<SERIES_LABEL" + format + ">";

                dataChart.Tooltips.Format = TooltipStyle.Custom;
                dataChart.Tooltips.FormatString =    What to put here?

Parents
No Data
Reply
  • 23930
    Offline posted

    Hello Hani,

    I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.

    Thank you for using Infragistics Components.

Children
No Data