Jump to content
Software FX Community

Click event is not working


ranganathanmca

Recommended Posts

Hi Guys.,

  Is it possible to use Ajax(Script manager,Update panel ect..,) for chartFX?

Example Code :

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

 <asp:UpdatePanel ID="UpdatePanel1" runat="server">

<ContentTemplate>

<

chartfx7:Chart ID="Chart1" runat="server" Height="425px" Width="750px" ChartFont="Verdana, 10pt"

EnableTheming="True" onclick="Chart1_Click">

<AxisX Notify="True">

</AxisX><SpecialObjects>

<

chartfx7galleries:Bar></chartfx7galleries:Bar>

</SpecialObjects>

<AxisY2 Title-Text="Mark Ratio">

</AxisY2><AllSeries Gallery="Bar" PointLabels-Visible="True" Stacked="Normal"

pointlabelorganizer-autoarrange="True" pointlabelorganizer-enabled="True">

</AllSeries>

<View3D Enabled="True" />

<Series>

<chartfx7:SeriesAttributes Color="204, 102, 51"></chartfx7:SeriesAttributes>

<chartfx7:SeriesAttributes Color="204, 153, 51"></chartfx7:SeriesAttributes>

<chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>

</Series>

<Titles><chartfx7:TitleDockable Font="Verdana, 14.25pt, style=Bold"

Text="IT ASSET DASHBORAD" />

</Titles>

</chartfx7:Chart>  </ContentTemplate>

</asp:UpdatePanel>

Click event is not working .., Please help me out how to slove the problem

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...