ProEssentials 릴리스

Released: May 4, 2026

10.0.0.24 버젼 업데이트

기능

  • Added Direct3D ComputeShader support for Pe3do Scatter 3d Point, 3d Line, 3d Bar, and 3d Area 'waterfall'. So, PolyMode = SurfacePolygons, ThreeDBar, and Scatter now support ComputeShader = True GPU side construction providing the fastest possible rendering for almost all 3d chart types.
  • Added Direct3D ComputeShader support for Pesgo Scatter 2d Point for both basic symbols and bitmap symbols, 2d Area, and 2d Bar. This allows fastest possible 2d scatters as well as now mixing lines, areas...

Released: Mar 15, 2026

10.0.0.22 버젼 업데이트

기능

  • Improved OCX interfaces to sync with WPF and Winforms interfaces.
  • Replicated WPF, Winforms, CPP 116 examples with a new Access example database found in ProEssentials10/Access product folder.
  • Updated page MS Access OCX Charting with latest Office 365 content.
  • Updated context sensitive help 'F1' capability within the VBA code editor to auto open PEONLREF.CHM.
  • Added a new product folder ProEssentials10/Excel that includes a new Excel Add-In PeExcelAddin.Dll and example sheet.
    • This add-in...

Released: Feb 20, 2026

10.0.0.20 버젼 업데이트

기능

  • Embarcadero Builder interfaces were re-written to address Builder 13's new Modern Win64x platform.
    • Ported the current newer examples into a new example project that better mimics the MFC and C# projects with multiple panes.
    • Note: It is recommended to add VCLs to Builder before Delphi if you have both personalities.
  • Added a property PEP_nGRAPHANNOTPOLYDATAPLOTMETHOD to produce a second 3D surface below the 4D surface.

수정사항

  • Fixed an issue with the TextExport feature which was not properly...

Released: Jan 3, 2026

10.0.0.18 버젼 업데이트

기능

  • Added a new property PEP_nCHARTBORDERWIDTH (0 no border, else 1-15 defines width in pixels) and PEP_dwCHARTBORDERCOLOR providing features to include a border enclosing chart. .NET uses PeConfigure.ChartBorderWidth and ChartBorderColor. To add some padding around chart, use PeConfigure.ImageAdjustLeft Top Right Bottom = 50.
  • Increased contour colors from a maximum of 100 colors to new maximum of 256 colors. The GigaPrime3D example project has been updated to use 256 colors.

수정사항

  • Fixed an issue...

Released: Apr 9, 2025

10.0.0.14 버젼 업데이트

기능

  • Improved all AnyCpu .NET assemblies to eliminate the need for Visual Studio to be launched with admin privileges when using a control in the designer for the first time.
  • Added x64 specific local nugets for 'Net48' and 'Net80'. These are located in the ProEssentials10/nuget folder.

수정사항

  • Fixed an issue with 'JaggedData = True', while all data arrays are empty, and when requesting an image render via 'PEresetimage'.

Released: Feb 21, 2025

10.0.0.12 버젼 업데이트

기능

  • Added InitializeJagged within PeData.X, PeData.Y, PePlot.PointColors properties. Sets all data to an initial value.
  • Added CopyFromJaggedTo within PeData.X, PeData.Y, PePlot.PointColors properties. Sets a subsection of subset, or adds data to the end of a subset, increasing size. Provides an alternative to calling PEvsetEx.
  • Added AppendFromJagged within PeData.X, PeData.Y, PePlot.PointColors properties. Shifts data and appends to end. Provides an alternative to calling PEvsetEx.

수정사항

  • Fixed an...

Released: Feb 7, 2025

10.0.0.10 버젼 업데이트

수정사항

  • Fixed a bug introduced in version 9.8.0.60 that affected exporting enhanced metafiles (EMF) to file, clipboard, and stream. The issue could sometimes cause text to be unexpectedly enclosed in a colored box.

Released: Jan 23, 2025

10.0.0.8 버젼 업데이트

기능

  • Jagged Data - Historically, ProEssentials had a limitation that Subsets needed to be the same quantity for all Points. Thus memory was always one contiguous block of memory for all Subsets and Points. With the addition of the v10s JaggedData property, ProEssentials can optionally work with Subsets as individual blocks of memory per Subset.
  • ComputeShader - v10 compounds the complexity of Direct3D rendering by adding the option to fully construct the scene on the GPU versus constructing it on...

Released: Dec 5, 2024

9.8.0.60 버젼 업데이트

기능

  • Optimized use of LoadLibraryEx by adding LOAD_LIBRARY_SEARCH_APPLICATION_DIR flag when loading optional resource-only DLLs. Related, when the DLL initially loads it tests for Direct3D files to double check potential features, this release added the LOAD_LIBRARY_SEARCH_SYSTEM32 flag to prevent searching the entire path. Both these changes improve the library from searching the entire path.

수정사항

  • Fixed an issue with reading CursorSubset CursorPoint properties when SubsetsToShow and/or...

Released: Aug 28, 2024

9.8.0.56 버젼 업데이트

기능

  • Added a new property for Pego Graph Object. Pego1.PeString.PointLabelsII. This feature allows 2D PointLabels that replace normal 1D PointLabels. If a row has identical values, only one centered label represents the multiple values.
  • Added a new property Pego1.PeString.GridLineSeparators, set to True shifts vertical grid lines inside chart from centered on data points to straddle/separate the data points. This property will often be used along with new feature PointLabelsII, however, this...