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

Sparklines to be embedded in a table

2 Answers 84 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Melvin
Top achievements
Rank 1
Melvin asked on 31 Jan 2012, 10:32 AM
Hi, I am new in Silverlight and also RAD Controls. I would like to have a user control with 2 columns in a table form (optionally with column header):
First column contains office residing country name (in textual form),
Second column contains a sparkline (a chart of the revenue)

Table should look something like this:

|  Office       |    Revenue Trend
------------------------------------------
|   Malaysia  |  <revenue sparkline for Malaysia here>
|   Japan      | <revenue sparkline for Japan here>
|   Korea      | <revenue sparkline for Korea here>

where <revenue sparkline here> is actually a chart of the revenue for that country (x axis refers to date time whereas y axis refers to amount). The table should be readonly.

How could I accomplish that? Could you show me some sample codes (as simple as possible)/guidance on how to do that? Do let me know if more information is needed.

2 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 01 Feb 2012, 11:02 AM
Hi,

 Please check our demos for more info!. For example this one:
http://demos.telerik.com/silverlight/#Sparklines/Gallery

Regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Melvin
Top achievements
Rank 1
answered on 03 Feb 2012, 01:57 AM
Thanks! The problem is solved now.
Tags
GridView
Asked by
Melvin
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Melvin
Top achievements
Rank 1
Share this question
or