TimeDataPlot



(2) Submit a Review

5,935 Downloads

34,849 Views


Description

TimeDataPlot is a free and easy-to-use open source ASP.NET control for plotting data against time.

The control is free for use and modification.

Syntax Example

<%@ Register TagPrefix="Stickler" TagName="TimeDataPlot" Src="TimeDataPlot.ascx" %> [...] ExamplePlot.PlotTitle = "Random Plot Example"; ExamplePlot.ImageAlt = "Random Plot Example"; ExamplePlot.DataSource = myDataView; ExamplePlot.TimeColumnName = "time"; ExamplePlot.ValueColumnName = "value"; ExamplePlot.PlotPaddingLeft = 60; ExamplePlot.ImageWidth = 450; ExamplePlot.ImageHeight = 250; ExamplePlot.DataBind(); [...] <Stickler:TimeDataPlot id="ExamplePlot" runat="server" />

Screenshots

Reviews

Submit a review

I'd use it more if...

Reviewed by: bobothebugbear on Thursday, March 29, 2007

2 Stars

This is very simple to use and the chart is decent. Unfortunately, If your data's first value is not 0, it starts at that value. A big no, no in statistics. Overall, it is OK. If you are familiar with charting, then tweaking this to fix the clitches would probably be easy. I'm new to charting so the above are unacceptable. Getting assistance on this control has been great from the author.

Very useful and easy to use

Reviewed by: degan@eircom.ie on Tuesday, June 29, 2004

4 Stars

I am not a developer, I am new to programming for the web, I am limited to re-using freebies like this (I can do some tweeking). I do however need to publish reports etc on the local intranet. If you are in a similar position to me - this control works great.