diff --git a/xamarin-android/SfDiagram/Getting-Started.md b/xamarin-android/SfDiagram/Getting-Started.md index 00f1d5298..49566e17d 100644 --- a/xamarin-android/SfDiagram/Getting-Started.md +++ b/xamarin-android/SfDiagram/Getting-Started.md @@ -1,20 +1,20 @@ --- title: Getting Started in Essential Xamarin.Android Diagram | Syncfusion description: Getting started with Xamarin.Android diagram and walk through to create a demo application from the scratch. -platform: Xamarin.Android +platform: xamarin.android control: SfDiagram documentation: UG keywords: --- -# Getting started in Essential Xamarin.Android Diagram +# Getting started in Essential® Xamarin.Android Diagram This section provides a quick overview for working with Diagram for Xamarin.Android. 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.Android”](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDiagram.Android), 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.Android”](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDiagram.Android), and then install it. ![Diagram reference in Xamarin.Android diagram](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/license-key) 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/license-key) 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.