• Highcharts导出图片C#

    HighCharts导出图片是发现请求的是官网,于是找了一下,整理了这个导出请求本地服务导出png、jpg、svg和pdf的demo (GitHub里找的 https://github.com/imclem/Highcharts-export-module-asp.net 把里面用到的 (sharpPDF.dll) (Svg.dll) 源码也怎和在一起了,有兴趣可以看看;) 找过其他的导出的,图片都不清晰,这个清晰度很和官网导出的一样;有点区别是 官网导出pdf中是svg图片,这个jpg图片;其他png,jpg,svg都和清晰

    0
    21
    17.58MB
    2015-07-25
    0
  • HighCharts导出

    HighCharts导出图片是发现请求的是官网,于是找了一下,整理了这个导出请求本地服务导出png、jpg、svg和pdf的demo (GitHub里找的 https://github.com/imclem/Highcharts-export-module-asp.net 把里面用到的 (sharpPDF.dll) (Svg.dll) 源码也怎和在一起了,有兴趣可以看看;) 找过其他的导出的,图片都不清晰,这个清晰度很和官网导出的一样;有点区别是 官网导出pdf中是svg图片,这个jpg图片;其他png,jpg,svg都和清晰

    0
    20
    17.58MB
    2015-07-25
    0
  • HighCharts Net导出服务 和相关源码

    关于HighCharts导出模块的 Net版的导出服务 GitHub里下载的 https://github.com/imclem/Highcharts-export-module-asp.net 把里面用到的 (sharpPDF.dll) (Svg.dll) 源码也怎和在一起了,有兴趣可以看看; 之前也下过相关Net的服务,但导出的图片都不清晰,这个事官网推荐的,清晰度还是挺好的; 有一点区别就是 官网导出的pdf中是svg图片,这个是一个jpg图片;其他png,jpg,svg都正常

    0
    80
    16.61MB
    2015-03-13
    10
  • ChartDirector C# Demo

    ChartDirector C# Demo 饼图,柱状等 有Demo就是好 // The data for the chart double[] data = {5.5, 3.5, -3.7, 1.7, -1.4, 3.3}; string[] labels = {"Jan", "Feb", "Mar", "Apr", "May", "Jun"}; // Create a XYChart object of size 200 x 190 pixels XYChart c = new XYChart(200, 190); // Set the plot area at (30, 20) and of size 140 x 140 pixels c.setPlotArea(30, 20, 140, 140); // Configure the axis as according to the input parameter if (img == "0") { c.addTitle("No Axis Extension", "Arial", 8); } else if (img == "1") { c.addTitle("Top/Bottom Extensions = 0/0", "Arial", 8); // Reserve 20% margin at top of plot area when auto-scaling c.yAxis().setAutoScale(0, 0); } else if (img == "2") { c.addTitle("Top/Bottom Extensions = 0.2/0.2", "Arial", 8); // Reserve 20% margin at top and bottom of plot area when auto-scaling c.yAxis().setAutoScale(0.2, 0.2); } else if (img == "3") { c.addTitle("Axis Top Margin = 15", "Arial", 8); // Reserve 15 pixels at top of plot area c.yAxis().setMargin(15); } else { c.addTitle("Manual Scale -5 to 10", "Arial", 8); // Set the y axis to scale from -5 to 10, with ticks every 5 units c.yAxis().setLinearScale(-5, 10, 5); } // Set the labels on the x axis c.xAxis().setLabels(labels); // Add a color bar layer using the given data. Use a 1 pixel 3D border for the // bars. c.addBarLayer3(data).setBorderColor(-1, 1); // Output the chart viewer.Image = c.makeWebImage(Chart.PNG); // Include tool tip for the chart viewer.ImageMap = c.getHTMLImageMap("", "", "title='ROI for {xLabel}: {value}%'")

    2
    144
    1.38MB
    2015-02-13
    13
  • MD5破解软件

    出自上帝之手 ,大神力作 值得信赖

    0
    22
    236KB
    2015-01-14
    1
  • W3Cfuns前端开发工具箱

    前端工具箱 正则表达式匹配(常用正则库),压缩工具,json格式化(json数据格式化和试图化) 等工具箱

    0
    21
    1.67MB
    2015-01-14
    3
  • 知无不言

    回答1个问题,每日最多计数5次
  • 签到新秀

    累计签到获取,不积跬步,无以至千里,继续坚持!
  • 创作能手

    授予每个自然周发布1篇到3篇原创IT博文的用户
关注 私信
上传资源赚积分or赚钱