This is a migrated thread and some comments may be shown as answers.

Where can I find it?

1 Answer 71 Views
BulletGraph
This is a migrated thread and some comments may be shown as answers.
MI Pro
Top achievements
Rank 1
MI Pro asked on 31 Jan 2011, 03:02 PM
Hi!

Ok, junior question here.. I have downloaded the latest (Q3) build and referenced it but I still can't initiate a bulletgraph in XAML or code. Do you know what is going on here?

<telerik:RadHorizontalBulletGraph  <-- VS does not recognize this no matter how many times I have re-referenced all my Telerik controls and cleaned my solution.

Thanks!

Update: Could someone please post the namespace for this control? I can not find it in any documentation. Again, thank you.

Update2: Found it in Datavisualization.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 03 Feb 2011, 07:51 AM
Hello Bjorn Gronli,

RadBulletGraph is part ot Telerik.Windows.Controls.DataVisualization assembly.
To use Telerik controls in your page add a namespace declaration in the XAML like this:

<UserControl x:Class="..."
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">

Now you can use all Telerik controls by using the telerik prefix. You can add a bullet graph to your page like this:

<telerik:RadHorizontalBulletGraph />

Hope this helps!

Kind regards,
Yavor Ivanov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
BulletGraph
Asked by
MI Pro
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or