Skip to content

Added the Trademark Symbol in md files #528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Xamarin-iOS/SfDiagram/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: Getting Started for Essential Xamarin.iOS Diagram | Syncfusion
description: Getting started with Xamarin.iOS diagram and walk through to create a demo application from the scratch.
platform: Xamarin.iOS
platform: xamarin.ios
control: SfDiagram
documentation: UG
keywords:
---
# Getting started
# Getting started with Diagram
This section provides a quick overview for working with Diagram for Xamarin.iOS. This walkthrough demonstrates that, how to create a simple flow chart and an organization chart.

## Adding diagram reference
Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add diagram to your project, open the NuGet package manager in Visual Studio, and search for [“Syncfusion.Xamarin.SfDiagram.IOS”](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDiagram.IOS), and then install it.
Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add diagram to your project, open the NuGet package manager in Visual Studio, and search for [“Syncfusion.Xamarin.SfDiagram.IOS”](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDiagram.IOS), and then install it.

![Diagram reference in Xamarin.iOS diagram](Getting-Started_images/Getting-Started_img1.jpeg)

I>Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components.
I>Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Xamarin application to use our components.

## Basic building blocks of Diagram
* **Diagram-**It represents the drawing surface where all the graphical elements like nodes and connectors resides, can be used to display various types of diagrams and it is the root instance of the diagram control. A Diagram instance contains a collection of nodes and connectors to represent the graphical diagram.
Expand Down Expand Up @@ -166,4 +166,4 @@ The Employee data is displayed in the SfDiagram as follows
![Organizational chart demo in Xamarin.iOS diagram](Getting-Started_images/Getting-Started_img3.jpeg)

This demo project can be downloaded from the following link.
[OrganizationalChart_Demo](https://files2.syncfusion.com/Xamarin.iOS/Samples/OrganizationalChart_iOS_SfDiagram.zip)
[OrganizationalChart_Demo](https://www.syncfusion.com/downloads/support/directtrac/general/ze/OrganizationalChart-1469225882)