다이어그램 기능을 사용하여 Web 앱을 향상시킵니다. 이제 Excel Open XML 형식 파일에 다이어그램을 내보냅니다.
5월 8, 2018
신규 버전
기능
Composite nodes - Nodes whose appearance can be defined via a composition of components and layout containers. The content of a composite node can be created by building a tree of components programmatically, or by loading a JSON template.
Animated layout - Display the movement of items from their original location to new location assigned by the layout object. This can be used to create an explode effect by starting new layout from overlapping nodes on same position, or an insertion effect by adding a new node to an existing layout.
Export Excel files - Export diagrams to Excel Open XML format (XSLX) files. Diagrams are exported as Excel AutoShapes drawings.
Overview improvements
ScaleMode enumeration and properties added to Overview control ro implement several scaling modes.
If AllowZoom is enabled, users can zoom the diagram by resizing the overview's viewport tracking rectangle.
MinVisibleFontSize specifies a threshold value that hides text if scaled font sizes become smaller.
Visio2013Exporter improvements
Visio2013Exporter processes links arrowheads.
Visio2013Exporter preserves the diagram Z order.
Visio2013Exporter exports links' Text and Labels.
Visio2013Exporter exports Image of ShapeNode objects.
LayeredLayout improvements
The LayeredLayout KeepLinkShapes property lets you preserve the initial Shape of links when LinkType is set to Cascading.
The LayeredLayout LinkPadding property specifies how much space to leave between links when LinkType is set to Cascading.
PathFinder improvements
Improved speed of FindAllCycles and EnumAllCycles methods.
FindAllCycles and EnumAllCycles no longer report mirrored versions of cycles in undirected mode.
Miscellaneous
ShapeNode and Cell ImagePadding property lets you set padding space between element borders and Image.
Export overloads that write to System.IO.Stream objects added to PdfExporter, VisioExporter and Visio2013Exporter.
Non-blocking ArrangeAsync methods run layout calculations in a background task.