Search Results

0
votes
1answer
703 views

How do you graph with Silverlight inside a ASP.NET v3.5 application?

I have the need to do some graphing (bar, chart, pie, trend) and instead of using Infragistics or manually drawing the graphs I want to use Silverlight. My current ASP.NET application was …
0
votes
0answers
187 views

Adding a threshold/goal line to an Infragistics 6.3 LineChart?

I am trying to tweak an existing LineChart (WebUI.UltraWebChart) by adding goal-line. This seems nearly impossible to draw a simple "MAX GOAL" line (either horizontally or vertically). We w …