使用Highcharts JS v4.1.1完成的自定义服务器导出Image/PDF的Demo 使用类库:SVG+iTextSharp 其中有对SVG的源码做了部分修改,内容如下 1.SvgLinearGradientServer.cs if (effectiveStart == effectiveEnd) { effectiveEnd = new PointF(effectiveStart.X + 1f, effectiveStart.Y + 1f); } 2.SvgElementStyl