当前位置:   article > 正文

c#实现amcharts图片导出_c# 中imageexport

c# 中imageexport

实现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;

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/114728
推荐阅读
相关标签
  

闽ICP备14008679号