Released: Aug 30, 2022
2022.R2 での更新項目
機能
New in MindFusion.Diagramming
- Multiple labels per node - Added NodeLabel class which allows you to display multiple captions for a single diagram node.
- Miscellaneous
- Improved text rendering quality on high-resolution displays.
- Improved ZoomControl rendering quality.
- Improved vertical centering of text in table captions and cells.
- The MoveLabels behavior now lets a user move link and node labels interactively.
- ExcelExporter now exports pen width of links.
- ExcelExporter now sets more precise positions of link end points.
- HorizontalOffset and VerticalOffset now work for link labels positioned using setLinkLengthPosition method.
New in MindFusion.Scheduling
- Reorder resources
- You can now enable the AllowReorderResources property of TimetableSettings to let users reorder resource columns in timetable view when GroupType is set. The ReorderIndicatorColor and ReorderIndicatorWidth properties let you customize the appearance of insertion indicator line.
- You can now enable the AllowReorderResources property of ResourceViewSettings to let users reorder rows in resource view when GroupType and SecondaryGroupType are set. The ReorderIndicatorColor and ReorderIndicatorWidth properties let you customize the appearance of insertion indicator line.
- Miscellaneous
- Added new ItemHeaderText and ItemDescriptionText members of CustomDrawElements which let you custom-draw item's text labels.
- You can now enable the ExtendedCurrentTimeMarker property of TimetableSettings or TimelineSettings to make current-time marker span the full extent of timetable / resource view (instead of only header area).
New in MindFusion.Charting
- FunctionSeries can now generate values using lambda expressions.
- Added the ability to render dotted lines.
- Improved line joints rendering quality.
New in MindFusion.Spreadsheet
- Added cellChangedPreCalc and cellChangedPostCalc events.
不具合の修正
Fixed in MindFusion.Diagramming
- Miscellaneous
- Fixed automatic scrolling and ZoomControl panning on high-resolution displays.
- DashStyle.DashDotDot serialization fix.
Fixed in MindFusion.Scheduling
- Miscellaneous
- Fixed label rotation angles in horizontal timetable view.
- Fixed RangeSelector exception when running under the Nimbus Look and Feel.
Fixed in MindFusion.Spreadsheet
- Fix for diagonal borders showing in exported Excel files when border width is set to 0.
- MROUND and ROUND function fixes.
- Fix for skipping manual page breaks (set via PageBreak property).