Kk

Kk

  • NA
  • 20
  • 5.2k

Export Ajax ControlToolKit lineChart to excel in asp.net

Jul 22 2016 6:27 AM
I my application I displayed the linechart using Ajax ControlToolKit then i need to Export linechart to Excel sheet(open office/Libra office). Is it possible to do this? and tell me how can i do this. thank you.
aspx code:
 
  <cc1:LineChart ID="LineChart1" runat="server" ChartHeight="300" ChartWidth="900"
ChartType="Basic" ChartTitleColor="#0E426C" Visible="false" CategoryAxisLineColor="#D08AD9"
ValueAxisLineColor="#D08AD9" BaseLineColor="#A156AB" Style="margin-right: 7px" >
</cc1:LineChart></td></tr></table></center></asp:Panel>
 
 
 
 

Answers (2)