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
415
regarding crosshair for interpolated data in xamdatachart
posted

hi ,

i am newer to xamdatachart  so i want sample code for developing for crosshair for interpolated data in xamdatachart ,

if anybodies having idea about xamdatachart plz give me some sample

whether crosshair is possible to do in xamdatachart if possible means give me some example ,if not means how can i achieve crosshair

in chart ,plz anybodies give me reply it's very urgent for me

thanks in advance

 

Parents
  • 30692
    Suggested Answer
    Offline posted

    Hi, do you just mean turning on the crosshairs? Or do you mean displaying the axis values at the exact point of the crosshair?

    Turning on the crosshairs is done through the CrosshairVisibility property on the XamDataChart.

    If you want access to the closest item to the crosshair then you should look at the SeriesCursorMouseMove event on the chart.

    If you want to get the exact axis values at each move of the crosshair, then you should look at these samples: http://community.infragistics.com/forums/p/41666/237218.aspx#237218

    The chart does not natively expose that information to you yet.

    Hope this helps!

    -Graham

Reply Children