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.
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.