ProEssentials(英語版) のリリース
Released: Mar 18, 2011
Updates in this release
Updates in v7.1
- Added Traditional Chinese as well as updated Simplified Chinese and Spanish resources
- DayLabelType now supports hiding day from this area
- Improved the Web example project PE7WebDemo
- Fixed a potential stability issue with drawing x axis when AutoScaleData = False and numbers are very large
- Improved filtering logic to better support NullDataGaps. If filtering and working with much data and many nulls, you may need to inject 20 or more nulls and set Filter2D to a slower setting to...
Released: Apr 19, 2010
Updates in this release
Updates in V7.0
Speed Improvements
- GdiPlus renders significantly faster. For current users, if not using GdiPlus, try it with v7 and set AntiAliasGraphics=True and AntiAliasText = True.
- Built-in automatic data reduction makes handling large data sets faster. Optimization for 2D, 3D, 2D contours, and Polar/Smith charts. Optimization is per plotting method.
- New RenderEngine = PERE_GDI_TURBO, its GDI rendering but much faster and optimized for 2D scatter plots with large data sets. Data reduction...
Released: Oct 27, 2009
Updates in this release
Updates in V6
- Full unicode support
- New core vector rendering engine expanded to render as 1) GdiPlus with alpha-blending and anti-aliasing, 2) a hybrid of GdiPlus and Gdi, and 3) legacy Gdi
- More gradient styles
- More export formats, Enhanced Metafiles, Enhanced Plus Metafiles, SVG
- Improved image exports with DPI options
- Improved text export with simple programmatic control of exported text
- Improved end-user printing and printing functions
- More line types, point types, graph-annotation types and...