Hi;
We have created a RadChart and set it tool tip to true . but it is not displaying the actual value instead it is displaying the previous
value . For details refer to screen shot in the attachment.
Sample Code
We have created a RadChart and set it tool tip to true . but it is not displaying the actual value instead it is displaying the previous
value . For details refer to screen shot in the attachment.
Sample Code
dSeries5.Definition =
new LineSeriesDefinition() { ShowItemLabels = false, ShowPointMarks = false, AxisName = "Percentage" };
dSeries5.Definition.ShowItemToolTips =
true;