HomeCommunityControl GalleryCharting ControlsLine ChartsTimeDataPlot

TimeDataPlot



(4) Submit a Review

6,510 Downloads

42,860 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

writable directory named "TimeDataPlotImages"

Reviewed by: krishnakonline on Thursday, October 02, 2008

5 Stars

Hi, Would it be possible for you to pls. elaborate a bit more on how to go about - the writable directory named "TimeDataPlotImages", does it require a folder on the IIS or just a folder in my application would do...an in case its a directory inside my application then the code does not compile...it gives an error saying "TimeDataPlotImages" is not declared. Thanks..!!

correction to prev. post

Reviewed by: krishnakonline on Thursday, October 02, 2008

5 Stars

I forgot to add the <asp:image.../> to the aspx...so was the compilation error. Now its compiled fine.

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.