Hi guys
i am using chart control for my application and i am showing data on XY Logarithmic scale ,
but my requirement is that i want to show some information on some different data points not on all
data points and this information is simple textual information based on data of that particular data point
, this information should always be visible once my chart data is loaded .
the information i want to show is near the data line series with respect to any data point i want to show
is it posiible ?
regards.
see: http://community.infragistics.com/forums/p/32422/176957.aspx#176957
One way to achieve this might be to set markers on those data points for which you want to present a label, and put the label value in the format string of the marker.
-Graham