Available for: Windows 8.1 | Windows Phone 8.1

Getting Started

How to create a simple RadBulletGraph

This quick start tutorial will help you setup and add RadBulletGraph control to an application.

  1. 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
  2. Then add the telerik namespace in MainPage.xaml:

    xmlns:telerik="using:Telerik.UI.Xaml.Controls.DataVisualization"
    
  3. Now you are ready to define RadBulletGraph in XAML:

    <telerik:RadBulletGraph/>
    

And this is the result:
Rad Bulet Graph-Getting Started