Skip to content
Open
Show file tree
Hide file tree
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: 6 additions & 4 deletions MAUI/Cartesian-Charts/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before proceeding, ensure the following are set up:
2. Name the project and choose a location. Click **Next**.
3. Select the .NET framework version and click **Create**.

## Step 2: Install the Syncfusion<sup>®</sup> .NET MAUI Charts Package
## Step 2: Install the .NET MAUI Charts Package

1. In **Solution Explorer**, right-click the project and choose **Manage NuGet Packages**.
2. Search for [Syncfusion.Maui.Charts](https://www.nuget.org/packages/Syncfusion.Maui.Charts/) and install the latest version.
Expand Down Expand Up @@ -131,11 +131,11 @@ Before proceeding, ensure the following are set up:
3. Select the project location, type the project name and press **Enter.**
4. Then choose **Create project.**

## Step 2: Install the Syncfusion<sup>®</sup> .NET MAUI Charts Package
## Step 2: Install the .NET MAUI Charts Package

1. Press <kbd>Ctrl</kbd> + <kbd>`</kbd> (backtick) to open the integrated terminal in Visual Studio Code.
2. Ensure you're in the project root directory where your .csproj file is located.
3. Run the command `dotnet add package Syncfusion.Maui.Charts` to install the Syncfusion<sup>®</sup> .NET MAUI Charts NuGet package.
3. Run the command `dotnet add package Syncfusion.Maui.Charts` to install the .NET MAUI Charts NuGet package.
4. To ensure all dependencies are installed, run `dotnet restore`.

## Step 3: Register the handler
Expand Down Expand Up @@ -563,4 +563,6 @@ The following screenshot illustrates the result of the above code.

![Getting started for .NET MAUI Chart](Getting-Started_Images/MAUI_chart.jpg)

You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_CartesianChart_MAUI).
You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_CartesianChart_MAUI).

N> Looking for the full .NET MAUI Charts component overview, features, pricing, and documentation? Visit the [.NET MAUI Chart](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) page.
2 changes: 2 additions & 0 deletions MAUI/Cartesian-Charts/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ The .NET MAUI chart provides a perfect way to visualize data with a high level o
* The Cartesian chart provides support for rendering multiple series at the same time, with options to compare and visualize two different series simultaneously.

* User friendly customization support. Cartesian chart provides various options for you to customize chart features, axis, labels, legends, series, etc., and visualize them accordingly.

N> Looking for the full .NET MAUI Charts component overview, features, pricing, and documentation? Visit the [.NET MAUI Chart](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) page.
2 changes: 2 additions & 0 deletions MAUI/Circular-Charts/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,3 +466,5 @@ The following screenshot illustrates the result of the above code.
![Pie chart in .NET MAUI Chart](Getting-Started_Images/MAUI_pie_chart.png)

You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_CircularChart_MAUI).

N> Looking for the full .NET MAUI Charts component overview, features, pricing, and documentation? Visit the [.NET MAUI Charts](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) page.