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

BulletGraph

4 Answers 67 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Wisam Mahdi
Top achievements
Rank 1
Wisam Mahdi asked on 24 Feb 2012, 04:24 AM
Hi ,

On the live demo you have a reference to

Telerik.Windows.Controls.BulletGraph;
however I couldn’t find this assembly in the latest build you publish Q1 - 2012

where I can find this so I can added to my references


Thanks
Wisam

4 Answers, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 24 Feb 2012, 11:33 AM
Hello Wisam,

RadBulletGraph is part of Telerik.Windows.Controls.DataVisualization assembly.

Hope this helps.


All the best,
Giuseppe
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Wisam Mahdi
Top achievements
Rank 1
answered on 27 Feb 2012, 01:49 AM
Thanks a lot , that works  ...


However I am trying to run the same demo on my pc, but I am having two issues

I cant find the method GetData and OnPropertychange inside the exampleViewModel

  public ExampleViewModel()

        {

            this.GetData("dashboard2.csv");

        }

this.OnPropertyChanged("Data");

 

and also a link to the data file dashboard2.csv

 

 

 

Posted 0 minutes ago (permalink)

sorry I fogot to mention that I am lookign at this example

http://demos.telerik.com/silverlight/#BulletGraph/FirstLook

Thanks

Wisam

 


0
Wisam Mahdi
Top achievements
Rank 1
answered on 27 Feb 2012, 01:51 AM
sorry I fogot to mention that I am lookign at this example

http://demos.telerik.com/silverlight/#BulletGraph/FirstLook
0
Petar Marchev
Telerik team
answered on 01 Mar 2012, 10:32 AM
Hello Wisam,

The GetData and OnPropertyChange methods are located in the DataSourceViewModelBase class (which ExampleViewModel derives from).

However, I would suggest that for simplicity (while you are getting to know the BulletGraph) you can populate the Data manually inside the ExampleViewModel's constructor.

All the best,
Petar Marchev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Chart
Asked by
Wisam Mahdi
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Wisam Mahdi
Top achievements
Rank 1
Petar Marchev
Telerik team
Share this question
or