赞
踩
实现amcharts导出图片功能详解:
1、控件属性设置
至于控件如何加载到项目中我就不在多说了!baidu吧!
右键点击选控件属性,找到ExportAsImageEnabled设置成true,找到ExportAsImageMessageText设置成导出图片
2、XX_settings.xml设置
在amcharts目录下找到对应的xml文件,填写<file></file>和<target></target>完成设置
注意路径要写对
<export_as_image>
<file>ampie/export.aspx</file>
<target>_blank</target>
<x></x>
<y></y>
<color></color>
<alpha></alpha>
<text_color></text_color>
<text_size></text_size>
</export_as_image>
3、添加接收数据的文件
aspx文件
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="export.aspx.cs" Inherits="_export" %>
aspx.cs文件
using System;
using System.Collections;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。