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?
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.