I have created chart using microsoft chart control.
Below is the stuff.
<asp:Chart ID="dntdata" runat="server" Height="130px" Width="134px" Visible="false">
<Series>
<asp:Series Name="Series1" ChartType="Doughnut" IsValueShownAsLabel="True" LabelForeColor="White" Font="Verdana,5pt">
<Points>
</Points>
</asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="ChartArea1" Area3DStyle-Enable3D="True">
</asp:ChartArea>
</ChartAreas>
</asp:Chart>
I need to add - ZOOM IN/ZOOM OUT functionality into this chart image. Please suggest me how i could achieve this ?
Share me some stuff it would be helpful.
if ANY ONE can achieve though JQUERY then also fine.
thank You