Getting Started
How to create a simple RadBulletGraph
This quick start tutorial will help you setup and add RadBulletGraph control to an application.
-
First, you need to add a reference to Telerik UI for Windows Universal extension SDK or to the binaries folder. If you choose to add binaries, you will need the following references:
- Telerik.Core
- Telerik.UI.Xaml.Primitives
- Telerik.UI.Xaml.DataVisualization
-
Then add the telerik namespace in MainPage.xaml:
xmlns:telerik="using:Telerik.UI.Xaml.Controls.DataVisualization"
-
Now you are ready to define RadBulletGraph in XAML:
<telerik:RadBulletGraph/>
And this is the result: