ProEssentials Releases
Released: Jan 23, 2025
Updates in 10.0.0.8
Funktionen
- 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...
Released: Dec 5, 2024
Updates in 9.8.0.60
Funktionen
- 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.
Fehlerkorrekturen
- Fixed an issue with reading CursorSubset CursorPoint properties when...
Released: Aug 28, 2024
Updates in 9.8.0.56
Funktionen
- 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...
Released: May 28, 2024
Updates in 9.8.0.54
Funktionen
- Added an Export Demo feature launched from the PeDemo.exe and demo projects. This feature automates creating isolated example projects within the ProEssentials9/TestBeds folder. The main PeDemo.exe has the Export button on top toolbar. The WinForms example projects have an Export Demo menu item. The WPF and Delphi example projects have an Export Demo button within the Code window.
Released: Apr 24, 2024
Updates in 9.8.0.52
Funktionen
- Added new Pego Pesgo PePlot.Option.OverlapMultiAxesOffsetBars property. Setting to True enables additional logic to offset bars across multiple axes within an overlapped multi axes grouping. Only applicable when used with PeGrid.OverlapMultiAxes to group multiple axes, and when PePlot.Methods[] is used to define plotting methods containing Bars. This should normally be set True when using Bar plotting methods and overlapping multi axes, though it defaults False to prevent breaking...
Released: Apr 10, 2024
Updates in 9.8.0.48
Funktionen
- Added a new Pe3do1.PePlot.Option.WireFrameIsoLineBorders property - Setting True creates extra iso lines to form a border around all iso lines.
- Improved implementation of Pe3do1.PeGrid.Configure.DxPsManualCullXZ and Pe3do1.PeGrid.Configure.DxPsManualCullY features - When manually scaling Pe3do axes via PeGrid.Configure.ManualScaleControlY etc, set these properties True to properly clip graphics to the axis extents via the pixel shader. As compared to the features such as...
Released: Mar 17, 2024
Updates in 9.8.0.46
Funktionen
- Improved rendering on Intel integrated graphics. Rendering quality is now similar quality on Iris Xe as other graphics systems.
- Optimized performance related to initial initialization of Direct3D rendered charts.
- New Property: 'Pe3do1.PePlot.Option.WireFrameContourColored'. True shows wireframe as contour colors based on ydata height. Else False, wireframe is solid color defined by PeColor.SubsetColors[(int)(SurfaceColors.WireFrame)].
- New Property: 'Pe3do1.PePlot.Option...
Released: Feb 26, 2024
Updates in 9.8.0.44
Funktionen
- Added new 'Pesgo.PeUserInterface.Allow.ZoomThreshold' property that allows you to control the dragging size pixel threshold of the zoom-box to enable zoom (1 - 100 pixels). By default the user must drag 20 pixels to enable zoom.
- Added new 'PePlot.Option.OverlapBars' property. Set it to true to force bars from multiple subsets to overlap vs offsetting side by side. This allows a special case when a developer prefers bars to overlap for various design reasons.
- Added new 'PeLegend...
Released: Jun 11, 2023
Updates in 9.8.0.38
Fehlerkorrekturen
- Fixed an issue with Pego, Pesgo ToolTip event CustomTrackingOtherText which was not triggering for GraphAnnotation hot spots. Now tooltip text can be updated in response to the cursor over GraphAnnotations.
Released: Apr 23, 2023
Updates in 9.8.0.36
Funktionen
- Added the Step and PointsPlusLine plotting methods for 'Pesgo 2D' and 'RenderEngine = Direct3D'.
- Created a WPF example project that modifies the current WPF project to use the Winforms interface instead of the WPF interface.
Fehlerkorrekturen
- Added workarounds dealing with issues with the Intel Iris Xe driver.
- The WPF interfaces have been fixed related to Pe3do Direct3D and the Iris Xe driver.