Skip to content

Commit 2c3b67d

Browse files
Update README.md
1 parent e2d6805 commit 2c3b67d

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
1-
# How-to-add-progressive-non-linear-scale-in-WinUI-Radial-Gauge
2-
A quick-start project that helps you create to add progressive (non-linear) scale in WinUI Radial Gauge
1+
# How to add progressive non-linear scale in WinUI Radial Gauge
2+
A quick-start project that helps you create to add progressive (non-linear) scale in the [Syncfusion WinUi Radial Gauge](https://help.syncfusion.com/winui/radial-gauge/getting-started) control.
3+
4+
## Syncfuion control(s)
5+
6+
This project used the following Syncfusion controls:
7+
* [SfRadialGauge](https://www.syncfusion.com/winui-controls/radial-gauge)
8+
9+
## Requirements to run the sample
10+
11+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/)
12+
* [Windows App SDK 1.1 extension](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-11)
13+
* .NET 6.0
14+
15+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/winui/system-requirements)
16+
17+
## How to run the sample
18+
19+
1. Clone the sample and open it in Visual Studio.
20+
21+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
22+
23+
2. Register your license key in the App.cs file as demonstrated in the following code.
24+
25+
public App()
26+
{
27+
//Register Syncfusion license
28+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
29+
30+
InitializeComponent();
31+
}
32+
33+
Refer to this [link](https://help.syncfusion.com/winui/licensing/overview) for more details.
34+
35+
3. Clean and build the application.
36+
37+
4. Run the application.
38+
39+
## License
40+
41+
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.
42+
43+

0 commit comments

Comments
 (0)