ProEssentials 9.8.0.56

Released: Aug 28, 2024

Updates in 9.8.0.56

Features

  • 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 feature can be used as needed.
  • Added a new property Pego1.PeString.PointLabelsIISeparators, set to True adds vertical grid lines below the x axis that straddle/separate columns of PointLabelsII.
  • Added a new property Pego1.PeString.PointLabelsIIBoxed, set to True adds horizontal grid lines below the x axis that straddle/separate rows of PointLabelsII. When combined with the vertical grid lines, this forms boxes around the PointLabelsII.
  • Added new functionality. Pe3do1.PeGrid.Option.GridAspectY has been improved to allow non 1.0F values. Historically you had to modify GridAspectX and GridAspectZ with respect to keeping GridAspectY constant at 1.0F. Now GridAspectY may be modified with no consideration of GridAspectX and GridAspectZ. This simplifies adjusting the relative size of the vertical Y axis. Now you can easily expand/compress the Y Axis while maintaining the current zoom / visual distance. Adjusting GridAspectY does require setting Pe3do1.PeFunction.Force3dxVerticeRebuild = true; and Pe3do1.Invalidate();.