Skip to content

Commit 01aa97e

Browse files
Merge pull request #102 from SyncfusionExamples/WPF-1034257_To_update_FT_links_in_the_Readme_file
Task(1034257): Need to update FT links in the Diagram Examples
2 parents 58d3d87 + f8fb32e commit 01aa97e

153 files changed

Lines changed: 153 additions & 157 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Diagram control examples
2-
**Essential® Diagram WPF** is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.
2+
**Essential® [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)** is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.
33

44
![Diagram - Overview](https://help.syncfusion.com/wpf/diagram/overview_images/wpf-diagram-overview.png)
55

Samples/Annotations/AnnotationSelection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotations Selection sample
22

3-
This sample demonstrates how to select annotations for nodes and connectors in a diagram.
3+
This sample demonstrates how to select annotations for nodes and connectors in a diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
44

55
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation
66

Samples/Annotations/AnnotationVisibilityUWP/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotation Visibility sample
22

3-
This sample demonstrates annotations creation, appearance customization , interactions of diagram.
3+
This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the UWP Diagram control refer to the following URL : [UWP Diagram](https://www.syncfusion.com/uwp-ui-controls/diagram)
44

55
__*Documentation*__: https://help.syncfusion.com/uwp/diagram/annotation
66

Samples/Annotations/AnnotationVisibilityWPF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotation Visibility sample
22

3-
This sample demonstrates annotations creation, appearance customization , interactions of diagram.
3+
This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
44

55
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation
66

Samples/Annotations/ExitAnnotationEditingOnEnterKeyPressed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotation Visibility sample
22

3-
This sample demonstrates how to cancel the annotation editing using "Enter" key.
3+
This sample demonstrates how to cancel the annotation editing using "Enter" key. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
44

55
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation
66

Samples/Annotations/HighlightNodeAndAnnotation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotation Visibility sample
22

3-
This sample demonstrates how to highlight a node when selecting an annotation, and vice versa.
3+
This sample demonstrates how to highlight a node when selecting an annotation, and vice versa. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
44

55
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation
66

Samples/Annotations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotations sample
22

3-
This sample demonstrates annotations creation, appearance customization , interactions of diagram.
3+
This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
44

55
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation
66

Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Visualize a Custom Graph Layout Using Microsoft Automatic Graph Layout Engine in WPF Diagram
2-
[Diagram](http://help.syncfusion.com/wpf/sfdiagram/) for WPF has some built-in, [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using Syncfusion’s diagram control. Following are some sample graphs rendered using the MSAGL layout engine.
2+
[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) has some built-in [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using WPF diagram control. Following are some sample graphs rendered using the MSAGL layout engine.
33

44
![](https://blog.syncfusion.com/wp-content/uploads/2018/08/image-238.png)
55

Samples/Automatic Layout/Expand Collapse in MultiParent Layout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hierarchical Tree sample
2-
This sample demonstrate how to do Expand/Collapse in MultiParent Layout using SfDiagram.
2+
This sample demonstrate how to do Expand/Collapse in MultiParent Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
33

44
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/datasource#layout-with-multiple-parents
55

Samples/Automatic Layout/Flowchart Layout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Flowchart Layout sample
2-
This sample demonstrate how to create a simple Flowchart Layout using SfDiagram.
2+
This sample demonstrate how to create a simple Flowchart Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)
33

44
__*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#flowchart-layout
55

0 commit comments

Comments
 (0)