DotNetShoutout - Stories tagged with chart
2
Shouts

Composite charts in WPF

published 531 days, 1 hour, 32 minutes ago posted by traskjdtraskjd 533 days, 15 hours, 6 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 10:38:26 PM GMT
This blog post demonstrates how easy it is to create composite charts with Mindscape WPF Elements. You can choose any chart such as a bar chart, line chart, etc and compose them together to present data however you need it. (more)
category: UX | clicked: 12 | 1 comment | | source: www.mindscapehq.com
tags: chart, WPF, Mindscape, WPF Elements
3
Shouts

Chart Helpers in ASP.NET MVC3

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 634 days, 17 hours, 53 minutes ago
Monday, August 29, 2011 7:51:03 PM GMT
I am exploring ASP.NET MVC3 and everyday I am learning something new. In today’s post I am going to explain how we can create chart with ASP.NET MVC3. Chart is one of greatest way of expressing figures. We all need that functionality in any commercial application. I am still remembering old days with ASP.NET  where we have to use the third party controls for charts or we have to create it with the use of CSS and Server side controls. But now with ASP.NET MVC Helpers you can very easily create chart... (more)
category: Web Dev | clicked: 37 | 1 comment | | source: jalpesh.blogspot.com
tags: chart, ASP.NET MVC3
3
Shouts

Display Hourly(12Hours or 24 hours) sales information in graph using Aspnet | DevelopersCode

posted by taanu51taanu51 655 days, 10 hours, 59 minutes ago
Tuesday, August 09, 2011 2:45:50 AM GMT
Hi friends In this article i would like to explain "How to bind daily working hours data in graph with the help of ms chart control in Aspnet" First,open the sql server 2008 Next select the NewQuery and check the following query SELECT CONVERT(VARCHAR(2),Datetime,108) as Date,COUNT(sales) AS count FROM PRODUCTS WITH (NOLOCK) WHERE (Datetime BETWEEN DATEDIFF([day], -0, GETDATE()) AND GETDATE()) GROUP BY CONVERT(VARCHAR(2),Datetime,108) ORDER BY Date ASC Next,click on the execute button then it... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, chart, ASP .NET, SQLServer, Chart Control, C# .NET
3
Shouts

Display daily sales information in graph using Aspnet | DevelopersCode

posted by taanu51taanu51 655 days, 10 hours, 59 minutes ago
Tuesday, August 09, 2011 2:45:04 AM GMT
Hi friends In this article i would like to explain "How to display daya by day information in graph with the help of ms chart control in Aspnet"First,open the sql server 2008Next select the NewQuery and check the following query SELECT CONVERT(VARCHAR(5),DateTime,101) as Date, COUNT(sales) AS count FROM Products WITH (NOLOCK) WHERE DateTime BETWEEN @fromDate AND @todate GROUP BY CONVERT(VARCHAR(5),DateTime,101) ORDER BY Date ASC Next,click on the execute button then it will display the data in hourly wi... (more)
category: Web Dev | clicked: 27 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, chart, ASP .NET, SQLServer, Chart Control, C# .NET
3
Shouts

Step by step procedure to create dynamic pie Chart using Dynamic Controls | DevelopersCode

published 655 days, 17 hours, 45 minutes ago posted by taanu51taanu51 656 days, 9 hours, 11 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 4:33:21 AM GMT
Hi friends ,In my previous tutorial i am already explained about the creation of dynamic controls ,now i am going to explain the creation of dynamic charts with dynamic controls.just follow the stepsstep 1: First download the MS Chart control from this below linkAfter downloading the file, Unzip the file and save the file in your local system step 2: open the visual studio 2008 and select one new aspnet website and change the name as Dynamicpiechart and press ok step 3: Next,Right click o... (more)
category: Web Dev | clicked: 8 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, SqlServer 2008, chart, ASP .NET, Chart Control, C# .NET
5
Shouts

Visiblox MVP Giveaway | Colin Eberhardt's Adventures in .NET

published 697 days, 9 hours, 13 minutes ago posted by FantasticMrFishFantasticMrFish 700 days, 7 hours, 47 minutes ago
Tuesday, June 28, 2011 4:31:57 AM GMT Saturday, June 25, 2011 5:57:46 AM GMT
Readers of my blog will probably have noticed that I have a keen interest in both charting and performance. My friends over at Visiblox have combined these both to create what is one of the fastest charts for WPF, Silverlight and Windows Phone 7, see my recent benchmark blog post for details. What’s more, this performance has been achieved without sacrificing API clarity; the Visiblox charts can be instantiated with concise and clean XAML or manipulated from code-behind. The guys at Visiblox told me t... (more)
category: Metro | clicked: 10 | comment | | source: www.scottlogic.co.uk
tags: Silverlight, Windows Phone 7, chart, WPF, Visiblox
11
Shouts

MVVM Charting – Binding Multiple Series to a Visiblox Chart | Colin Eberhardt's Adventures in WPF

published 809 days, 19 hours, 13 minutes ago posted by FantasticMrFishFantasticMrFish 810 days, 15 hours, 48 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 9:56:53 PM GMT
This post describes a method of using attached properties to bind a ViewModel which contains multiple data series to a Visiblox chart without any code-behind. The Visiblox chart supports databinding in both WPF and Silverlight, where the X and Y values for each datapoint are bound to properties on an underlying model. However, there is no interface for binding a varying number of series (i.e a collection of collections). The solution provided here is similar to the one which Jeremiah Morrill publ... (more)
category: Metro | clicked: 34 | 1 comment | | source: www.scottlogic.co.uk
tags: Silverlight, chart, WPF, Visiblox
11
Shouts

A Navigator Control For Visiblox Time Series Charts | Colin Eberhardt's Adventures in WPF

published 846 days, 20 hours, 48 minutes ago posted by FantasticMrFishFantasticMrFish 850 days, 4 hours, 52 minutes ago
Saturday, January 29, 2011 4:56:16 PM GMT Wednesday, January 26, 2011 8:52:25 AM GMT
In this blog post I will describe the creation of a simple range selector UserControl, which can be used alongside a Visiblox chart to create an interactive navigator for time series data. Whether you are studying finance, politics, meteorology or sociology you are sure to encounter time series data. Time series are everywhere! And until the universe starts to collapse in on itself and the arrow of time reverses, these time series are going to keep on growing in size. When charting and exploring large t... (more)
category: Metro | clicked: 6 | comment | | source: www.scottlogic.co.uk
tags: Silverlight, chart, Visiblox
7
Shouts

Adding a Smoothed Line Series (Bézier curve) to a Visiblox Chart | Colin Eberhardt's Adventures in WPF

published 914 days, 12 hours, 44 minutes ago posted by FantasticMrFishFantasticMrFish 915 days, 3 hours, 2 minutes ago
Tuesday, November 23, 2010 1:00:50 AM GMT Monday, November 22, 2010 10:42:48 AM GMT
In this blog post I look at how to add a new series type to the Visiblox charts by creating my own series type which renders a smoothed line using a Bézier curve. This blog post describes how to create a new series type for the Visiblox charts, a spline series. The example below shows the new series type in action, with the various spline control points rendered (just for fun!): Creating a New Series Type The visual representation of a Visiblox DataSeries is the responsibility of a chart series, as ... (more)
category: Metro | clicked: 3 | comment | | source: www.scottlogic.co.uk
tags: Silverlight, chart, Visiblox
10
Shouts

Visiblox Charts vs. Silverlight Toolkit Charts – a test of Performance | Colin Eberhardt's Adventures in WPF

published 928 days, 6 hours, 7 minutes ago posted by FantasticMrFishFantasticMrFish 929 days, 4 hours, 48 minutes ago
Tuesday, November 09, 2010 7:37:01 AM GMT Monday, November 08, 2010 8:56:08 AM GMT
This blog post compares the performance of the Visiblox and Silverlight Toolkit charts using a simple image processing tool to test and illustrate their differences in performance. The results show that the Visiblox charts are approximately 50 – 100 times faster that the Silverlight Toolkit charts. I was recently asked by my friends at Visiblox to test out the latest release of their charts for WPF and Silverlight. One of the key features of the Visiblox charts is their performance; they have been desig... (more)
category: Metro | clicked: 2 | comment | | source: www.scottlogic.co.uk
tags: Silverlight, chart, WPF, Visiblox, Toolkit
6
Shouts

Chart Web Helper in ASP.NET MVC 3 Beta

published 939 days, 26 minutes ago posted by JemmJemm 940 days, 41 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 1:03:24 PM GMT
Adding charts to your application has always been a non trivial exercise. Charts can be hard to implement, but thanks to the new Microsoft Web Helpers library, adding charts to your website is simple. This library can be downloaded through NuPack. NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. This article will show you how to download the library and start using some of these new helpers. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetcurry.com
tags: ASP.NET MVC, ASP.NET MVC 3 Beta, chart
8
Shouts

ChartResult: Testable ASP.NET MVC 3 controller actions that return Chart

published 951 days, 23 hours, 31 minutes ago posted by gpeipmangpeipman 953 days, 13 hours, 7 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Friday, October 15, 2010 12:37:39 AM GMT
Lately I blogged about charts support in ASP.NET MVC 3 beta. This posting showed how to get chart initialized and sent to client quickly. In this posting I will show you how to use Chart with ChartResult to make our chart operations testable. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: chart, Testing, MVC, ASP.NET
8
Shouts

ASP.NET MVC 3: Caching charts

published 955 days, 23 hours, 17 minutes ago posted by gpeipmangpeipman 958 days, 3 hours, 23 minutes ago
Tuesday, October 12, 2010 2:27:34 PM GMT Sunday, October 10, 2010 10:21:14 AM GMT
In my previous posting about charts in ASP.NET MVC 3 I gave you basic idea about how to use them. In this posting I will show you something cool – we will optimize performance of our application by caching charts so we don’t have to generate them on every request. (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: chart, MVC, ASP.NET
6
Shouts

ASP.NET MVC 3 Beta: Built-in support for charts

published 956 days, 22 hours, 47 minutes ago posted by gpeipmangpeipman 958 days, 4 hours, 36 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Sunday, October 10, 2010 9:08:47 AM GMT
ASP.NET MVC does not have built-in support for chart control and that’s why I worked out my own solution to make ASP.NET MVC support chart control. With ASP.NET MVC 3 we will get official support for charts right out of the box. In this posting I will show you how to use charts in ASP.NET MVC 3 Beta. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: chart, MVC, ASP.NET
6
Shouts

Web 2.0 | MS Chart Controls to PDF with iTextSharp using XML Template

published 1199 days, 2 hours, 14 minutes ago posted by farooqkaiserfarooqkaiser 1199 days, 17 hours, 48 minutes ago
Thursday, February 11, 2010 11:30:56 AM GMT Wednesday, February 10, 2010 7:56:41 PM GMT
In this article, i will examined how to build reports using ItextSharp PDF controland Ms Chart controlsusing XML template. The Xml template give us freedom to change the contents without having to recompile and deploy the application again. Let�s say here is our sample report in XML template. 1: 2: Here is our C# code that will generate the PDF. 1: XmlDocument xdox = new XmlDocument(); 2: xdox.Load(XMLFile); 3: Document document = new Document(); 4: PdfWriter.GetInstance(document... (more)
category: Web Dev | clicked: 17 | comment | | source: fairnet.com
tags: C#, XML, chart, report