Hi,
I am creating a xy point plot in winchart and need to add interactivity style so it will display the point values when mouse is over the point, below is my vb code, somehow it doesn't work-----no value displayed when mouse is over the point, can somebody give me advice? thanks.
point.Name =
point.InflateMargins =
point.DataLabelStyle.Visible =
point.FillStyle =
point.BorderStyle.Width =
point.Size =
point.PointShape =
point.UseXValues =
point.XValues.Add(0.01 + I)
point.Values.Add(0.01 + I)
point.InteractivityStyles.Add(I,
chart1.Refresh()
Best Regards,Nevron Support Team