http://demos.telerik.com/silverlight/#BulletGraph/FirstLook
3 Answers, 1 is accepted
Each row of the RadGridView is bound to a KeyMeasure. The FeaturedMeasure property of the BulletGraph is bound to PercentYTDTarget and the QualitativeRanges are bound to the Ranges property. The Ranges property is filled with qualitative ranges depending on the kind of data that the bullet graph will show - if the data is showing something that has a negative effect the ranges are reversed. PercentYTDTarget shows the relation between YTD and Target values in percents.
All the best,Yavor
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
I have attached the csv file that we use for the example.
You can use RIA services to populate your gridview that has sparklines and bulletgraphs. Please take a look at RadDomainDataSource and how it works together with RadGridView in our online demos here. Keep in mind that sparklines need a collection to display their data and bulletGraphs need properties.
Yavor
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>