ChartDirector

Erstellen Sie Diagramme in PNG, JPEG, BMP, WBMP, PDF und GIF, die in nahezu allen Browsern dargestellt werden können, einschließlich jener von Mobil- und Handheld-Geräten.

Veröffentlicht von Advanced Software Engineering
Wird von ComponentSource seit 2004 vertrieben

Preise ab: US$ 146.02 Version: 7.2.x NEU Letzte Aktualisierung: Mar 7, 2026 5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung (10)

i

For ChartDirector for C++ the latest version is 7.2.x . For ChartDirector for .NET the latest version is 7.1. For other programming languages, the latest version is 7.0.

ChartDirector V6.3

Released: Nov 4, 2018

Updates in V6.3

Funktionen

  • 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 line scripts), ChartDirector 6.3 is only available for C++ and .NET (C#, VB).
  • Other Updates
    • ChartDirector 6.3 adds support for arrow symbols in CDML images.
    • ChartDirector MFC Chart Viewer - In previous versions, if the mouse was used for zooming, clicking the mouse twice in rapid succession would trigger only one zoom action. This was because the second click was treated as a "double click" but not a "click" (no mouse down event generated). ChartDirector 6.3 now handles the double click and generates two zoom actions, allowing the user to zoom faster. This is consistent with other GUI frameworks in which two clicks always generate two zoom actions.