Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Web Link on pointElement on a Scatter Chart

Last post 07-03-2008 21:59 by scutli. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-02-2008 22:02

    • scutli
    • Top 500 Contributor
    • Joined on 07-02-2008
    • Points 205

    Web Link on pointElement on a Scatter Chart

    Hi,

       Is there any way to set web link on pointElement on a Scatter Chart  ?

       My intention is to be able to drill down the point on the Scatter chart to show more details on each of the point,

       Any help is greatly appreciated.

       Thank you!!

    Regards,
    LiMin

    • Post Points: 20
  • 07-03-2008 4:20 In reply to

    Re: Web Link on pointElement on a Scatter Chart

    You can try using the chart client side events:

    <igchart:UltraChart ID="UltraChart1" runat="server" ChartType="ScatterChart" >

    <ClientSideEvents ClientOnMouseClick="UltraChart1_ClientOnMouseClick" />

    ...

    <script type="text/javascript" id="igClientScript">

    <!--

    function UltraChart1_ClientOnMouseClick(this_ref, row, column, value, row_label, column_label, evt_type, layer_id)

    {

    //Add code to handle your event here.

    }

    // -->

    </script>

    Best regards,
    Teodor Taushanov
    • Post Points: 5
  • 07-03-2008 21:59 In reply to

    • scutli
    • Top 500 Contributor
    • Joined on 07-02-2008
    • Points 205

    Re: Web Link on pointElement on a Scatter Chart

    Teodor, 

        Thank you for taking the time to find a work around. 

    • Post Points: 5
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems