You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Expense Tracker | Track and visualize your daily expenses with a great UI. |[Server](https://blazor.syncfusion.com/showcase/expensetracker/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/expensetracker/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-expense-tracker)|
17
+
| Diagram Builder | Diagram Builder is a web application which is used to create the diagrams like Flow Chart, process diagrams and more. |[Server](https://blazor.syncfusion.com/showcase/diagrambuilder/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/diagrambuilder)|[GitHub code](https://github.com/syncfusion/blazor-showcase-diagram-builder)|
18
+
| Floor Planner | Design and plan the layout of a floor or building, including the placement of walls, doors, windows, furniture, and other objects. |[Server](https://blazor.syncfusion.com/showcase/floor-planner/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/floor-planner/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-floor-planner)|
19
+
| Logic Circuit Designer | Design and simulate digital logic circuits using a wide range of logic gates, input and output components to better visualize and understand how it works, and share your design with others. |[Server](https://blazor.syncfusion.com/showcase/logic-circuit-designer/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/logic-circuit-designer/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-logic-circuit-designer)|
20
+
| Appointment Planner | An appointment scheduling application for doctors in a clinic to manage their appointments with patients. |[Server](https://blazor.syncfusion.com/showcase/appointmentplanner/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/appointment-planner/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-appointment-planner)|
21
+
| Mind Map | A mind map, a type of spider diagram, is used to visually organize information around a central concept. It helps show the relationships between groups of information. |[Server](https://blazor.syncfusion.com/showcase/mind-map/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/mind-map/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-mindmap)|
22
+
| BPMN Editor | A business process model and notation (BPMN) diagram is like a flowchart for complex business processes, used for sharing process information across organizations and industries. |[Server](https://blazor.syncfusion.com/showcase/bpmn-editor/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/bpmn-editor/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-bpmn-editor)|
23
+
| Organizational Chart | An organizational chart is a diagram that visually conveys a company's internal structure by detailing the roles, responsibilities, and relationships between individuals within an entity. |[Server](https://blazor.syncfusion.com/showcase/organization-chart/)/[WASM](https://blazor.syncfusion.com/showcase/wasm/organization-chart/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-organizational-chart)|
24
+
| Document Explorer | Manages the file system that allows users to access, edit, and sort files or folders and open Word, PowerPoint, and PDF documents. |[Server](https://blazor.syncfusion.com/showcase/documentexplorer/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-document-explorer)|
25
+
| Sprint Management | Sprint management involves managing the sprint board of an organization. It allows teams to track tasks, allocate work, and monitor progress during a sprint. |[Server](https://blazor.syncfusion.com/showcase/sprint-management/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-sprint-management)|
26
+
| Hotel Booking | Hotel Booking App empowers hotel owners by streamlining room bookings, management, and offering real-time insights into occupancy, including current bookings and available rooms per floor. |[Server](https://blazor.syncfusion.com/showcase/hotel-booking)|[GitHub code](https://github.com/syncfusion/blazor-showcase-hotel-booking)|
27
+
| Stock Market Dashboard | StockMarket Dashboard Showcase app is a comprehensive tool that provides real-time data, analytics, and insights for investors, displaying key financial metrics and market trends in an intuitive interface. |[Server](https://blazor.syncfusion.com/showcase/stockmarket-dashboard/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-stockmarket-dashboard)|
28
+
| Fitness Tracker | Track and visualize data of your daily activities, diet and fasting to track fitness of daily statistics. |[Server](https://blazor.syncfusion.com/showcase/fitness-tracker/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-fitness-tracker)|
29
+
| Loan Calculator | Calculate loan payments, interest rates, and amortization schedules. When you are planning for a personal loan or analyzing business financing options, this provides accurate results and helps you make informed financial decisions. |[WASM](https://blazor.syncfusion.com/showcase/wasm/loan-calculator/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-loan-calculator)|
30
+
| Health Tracker | Track and visualize data such as calories consumed and daily activities like steps taken, water consumption, and sleep duration. |[WASM](https://blazor.syncfusion.com/showcase/wasm/health-tracker/)|[GitHub code](https://github.com/syncfusion/blazor-showcase-healthtracker)|
Copy file name to clipboardExpand all lines: blazor/diagram-classic/layout/radial-tree-layout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ documentation: ug
9
9
10
10
# Radial Tree Layout in Blazor Diagram Component
11
11
12
-
The radial tree layout arranges nodes on a virtual concentric circle around a root node. Sub-trees formed by the branching of child nodes are located radially around the child nodes. This arrangement result in an ever-expanding concentric arrangement with radial proximity to the root node indicating the node level in the hierarchy. The layout [Root](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagrams.DiagramLayout.html#Syncfusion_Blazor_Diagrams_DiagramLayout_Root) property can be used to define the root node of the layout. When no root node is set, the algorithm automatically considers one of the diagram nodes as the root node.
12
+
The radial tree layout arranges nodes on a virtual concentric circle around a root node. Sub-trees formed by the branching of child nodes are located radially around the child nodes. This arrangement result in an ever-expanding concentric arrangement with radial proximity to the root node indicating the node level in the hierarchy. The layout [Root](https://help.syncfusion.com/cr/blazor#Syncfusion_Blazor_Diagrams_DiagramLayout_Root/Syncfusion.Blazor.html) property can be used to define the root node of the layout. When no root node is set, the algorithm automatically considers one of the diagram nodes as the root node.
13
13
14
-
To arrange nodes in a radial tree structure, set the [Type](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagrams.DiagramLayout.html#Syncfusion_Blazor_Diagrams_DiagramLayout_Type) of the layout as `RadialTree`. The following code illustrates how to arrange the nodes in a radial tree structure.
14
+
To arrange nodes in a radial tree structure, set the [Type](https://help.syncfusion.com/cr/blazor#Syncfusion_Blazor_Diagrams_DiagramLayout_Type/Syncfusion.Blazor.html) of the layout as `RadialTree`. The following code illustrates how to arrange the nodes in a radial tree structure.
Copy file name to clipboardExpand all lines: blazor/scheduler/how-to/blazor-web-assembly-scheduler.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,4 +132,4 @@ Add the Syncfusion Blazor Scheduler component in the **~/Pages/Index.razor** fil
132
132
133
133

134
134
135
-
N> Refer to our [Blazor Scheduler](https://www.syncfusion.com/blazor-components/blazor-scheduler/) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Scheduler example](https://blazor.syncfusion.com/demos/scheduler/overview?theme=bootstrap4/) to understand how to manage appointments with multiple resources.
135
+
N> Refer to our [Blazor Scheduler](https://www.syncfusion.com/blazor-components/blazor-scheduler/) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Scheduler example](https://blazor.syncfusion.com/demos/scheduler/overview) to understand how to manage appointments with multiple resources.
0 commit comments