ChartDirector

用 PNG、JPEG、BMP、WBMP、PDF 和 GIF 中創建幾乎所有流覽器都可以查看的圖表,包括行動裝置和手持設備。

由以下開發商製作:Advanced Software Engineering
ComponentSource 開始代理銷售的日期:2004年

價格從: $ 146.02 版本: 7.1 更新: Jun 3, 2023 5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級 (10)

i

The latest version is 7.1 for ChartDirector for .NET and 7.0 for other programming languages.

ChartDirector Release Notes

Released: Jun 3, 2023

V7.1 中的更新

特性

  • ChartDirector for .NET adds cross platform support for Microsoft .NET 7.
    • The ChartDirector 7.1 NuGet package now includes a ChartDirector edition that uses an alternative graphics library SkiaSharp distributed by Microsoft. For cross platform projects that target .NET 5 or later, Microsoft Visual Studio will automatically use the SkiaSharp ChartDirector. There is no change for projects that are Microsoft Windows only or target earlier .NET versions.
      • Due to the change in graphics library...

Released: May 9, 2021

V7.0 中的更新

特性

  • Treemap Chart - TreeMap chart is a new chart type in ChartDirector. A treemap chart is similar to a pie chart but it divides a rectangle into multiple rectangles. The child rectangles can be divided into yet more rectangles. So a treemap chart can be used to visualize a tree like data structure with multiple levels of divisions.
  • Discrete Heat Map - Discrete Heat Map is a new layer type for XYChart. It consists of square or rectangular cells colored based on their data values. Like a contour...

Released: Jan 24, 2020

V6.4 中的更新

特性

  • Added support for .NET Core. All ChartDirector controls are now available for both .NET Framework and .NET Core for application types that are supported in both environments.
  • In previous versions of ChartDirector for .NET, the DLL was released as 4 separate editions to support a combination of strong-named/non-strong-named and standard .NET Framework/.NET Framework Client Profile. ChartDirector .NET is now released as a single strong-named DLL for the standard .NET Framework. The non-strong...

Released: Feb 17, 2019

V6.3.1 中的更新

特性

  • The C++ Edition adds support for the hardened runtime introduced in macOS 10.14 (Mojave). The hardened runtime requires dynamic libraries to specify a macOS SDK version that supports the hardened runtime. Previous versions of ChartDirector do not specify the SDK version at all, as it is compatible with all common SDK versions. To meet the hardened runtime requirements, ChartDirector 6.3.1 now specifies macOS SDK 10.14, with backwards compatibility down to 10.7.

Released: Nov 4, 2018

V6.3 中的更新

特性

  • Adds support for using embedded resources in executables - ChartDirector can use background images, pattern colors, scatter symbols and CDML images. In previous versions of ChartDirector, these images were provided using file system paths. The new version supports "resource paths", allowing images to be loaded from resources. As well as images, ChartDirector 6.3 can also load fonts from resources. As embedded resources are mostly used in desktop GUI applications (as opposed to web or command...

Released: Jan 11, 2018

V6.2 中的更新

特性

Adds WPF support to ChartDirector for .NET. It includes two new controls:

  • WPFChartViewer: for displaying and handling user interactions with the chart
  • WPFViewPortControl: for visualizing and interactive control of the viewport.

Released: Nov 11, 2016

V6.1 中的更新

特性

  • Adds ASP.NET MVC support to ChartDirector for .NET. It includes two new controls:
    • RazorChartViewer - For displaying and handling user interactions with the chart
    • RazorViewPortControl - For visualizing and interactive control of the viewport.

Released: Aug 19, 2015

Updates in this release

Updates in V6

  • PDF Output - ChartDirector can now output charts to PDF. This is in addition to the existing formats SVG, PNG, JPG, GIF and BMP.
  • Viewport Control - Visualize and interactively manipulate charts.
  • Realtime Zooming and Scrolling - New APIs simplify the implementation of realtime zoomable and scrollable charts.
  • Touch and Mobile Device Support for Web Applications - New dedicated events for touch interactions can detect chart size changes and generate resize events.
  • Streaming SVG...

Released: Jul 11, 2013

Updates in this release

Updates in V5.1.1

  • Updated C++ Header Files to Avoid Compiler Warnings - Chartdir.h updated to remove unused variable warnings.
  • OpenJDK 7 JPEG Output Compatibility - To maintain compatibility with OpenJDK 7, ChartDirector 5.1.1 has been modified to use Java ImageIO for JPEG output.
  • Improved ClearType Support in Java - Render text more accurately on Windows and Java 7 platforms.
  • Python 3.x - WebChartViewer has been updated to support Python 3.x