用 ASP.NET Core 將圖表匯出為圖像格式

4月 25, 2024
透过使您的應用程式能夠將圖表匯出為 PNG、JPG 等圖像格式,為使用者提供靈活性。

繼續用英語閱讀:

Exporting charts as images offers several advantages. It allows for easy sharing in documents, presentations, and social media without relying on the recipient having the original software. Popular formats include JPEG, PNG, and SVG. JPEGs offer small sizes for low bandwidth scenarios, while PNGs are ideal for charts with sharp lines and flat colors. SVGs are vector-based, enabling infinite scaling without quality loss, making them perfect for charts that may be resized frequently.

Several ASP.NET Core chart controls offer the ability to export charts to images including:

  • DevExpress ASP.NET Core Chart (Part of DevExpress ASP.NET and Blazor) empowers you to export charts as images for effortless sharing in reports and presentations.
  • Telerik ASP.NET Core Chart (part of Telerik UI for ASP.NET Core) lets you export charts to image formats such as PNG and JPEG, ensuring wider usability across platforms.
  • Syncfusion ASP.NET Core Chart (part of Syncfusion Essential Studio Enterprise) facilitates seamless image export to JPEG, PNG, and SVG, promoting clear data visualization sharing.
  • Infragistics ASP.NET Core Charts (part of Infragistics Ignite UI) allows you to export charts as images for efficient communication of insights.

For an in-depth analysis of features and price, visit our ASP.NET Core chart controls comparison.

Compare ASP.NET Core Chart Controls