Sign In
Alex Gorev's Weblog
Data Visualization
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Framework
ASP.NET
ASP.NET MVC
Bootstrapper
Chart
Data Binding
Deployment
DevConnections
Dundas
Gauge
HTTP Handler
LINQ
Map
Microsoft
Microsoft Chart Control
MOSS
MSDN
PDC2008
Performance
Reporting Services
SharePoint
Silverlight
SSRS
WebPart
Windows Forms
Browse by Tags
MSDN Blogs
>
Alex Gorev's Weblog
>
All Tags
>
chart
Tagged Content List
Blog Post:
MS Chart Control: Getting Started
alexgor
Scott Mitchell wrote a great series of articles where he describes how to use Microsoft Chart control from simple binding to more complex scenarious. I highly recommend to read his articles for everybody starting working on the control: http://www.4guysfromrolla.com/articles/072209-1.aspx Alex.
on
7 Dec 2009
Blog Post:
Setting Microsoft Chart Series Colors
alexgor
Microsoft Chart control provides different ways to set color of the series and data points: Palettes Selecting one of the predefined palettes is the easiest way to change chart series colors. There are 12 built-in palettes with about 10 unique colors each. Chart types like column and line...
on
6 Oct 2009
Blog Post:
MS Chart Layout Helper
alexgor
MS Chart consists of different elements (like titles, legends, chart areas, …) which all share the same space in the chart. It is easy to make a ‘perfect’ layout of these elements when you know exactly how many you will have and what size they going to be. It can be challenging when the content of these...
on
26 Jul 2009
Blog Post:
Displaying Categorical Axis Labels.
alexgor
In this post I will discuss labeling of the categorical axes in SQL Reporting Services (SSRS) and .NET Chart controls. Same engine is used between these two products and they have exactly the same behavior. You can find detailed steps and sample code at the end of the post. Before we start, lets have...
on
27 Mar 2009
Blog Post:
Aligning Multiple Series with Categorical Values
alexgor
Binding Categorical Data Overview Binding chart to the data source with categorical values is pretty simple and usually requires just one line of code: Chart1.Series[ "Series1" ].Points.DataBind(mySource, "ProductName" , "Sales" ); It is important to understand that after DataBind...
on
27 Mar 2009
Blog Post:
Charting With ASP.NET and LINQ
alexgor
Check out the new MSDN article about how to use ASP.NET Chart control with LINQ by K. Scott Allen: http://msdn.microsoft.com/en-us/magazine/dd453008.aspx Alex.
on
6 Mar 2009
Blog Post:
Deploying Microsoft Chart Controls
alexgor
MSChart.exe setup should be used to deploy Microsoft Chart controls but what exactly need to be done to create a deployment package in Visual Studio? Visual Studio provides an easy way to add the prerequisites using bootstrappers, and thanks to Phil Preen, now we have a detailed instructions on how to...
on
27 Feb 2009
Blog Post:
Data Binding Microsoft Chart Control
alexgor
Overview When you add a new visualization in your application, the very first thing you do, is bind it to the data. Microsoft Chart control allows many different ways of populating data in the chart and it is important to understand the differences between them and being able to choose the best approach...
on
20 Feb 2009
Blog Post:
ASP.NET Connections 2009
alexgor
Have a question about the ASP.NET chart control? Want to meet and discuss the future visualization roadmap? I will be at the ASP.NET Connections March 22-25. See you there! http://www.devconnections.com/ Alex.
on
20 Feb 2009
Blog Post:
Using Chart HTTP Handler
alexgor
Delian Tchoparinov just posted on his blog about chart image rendering using Chart HTTP Handlers. This is very useful reading for everybody using the ASP.NET version of the Microsoft Chart control. You can find this post here . Alex.
on
12 Jan 2009
Blog Post:
Chart SharePoint Web Part
alexgor
You can easily create charting SharePoint Web Part using new Microsoft Chart Control . Wictor Wilen created a " ChartPart for SharePoint " project on Codeplex, which is a ready to use WebPart with source code. If you want to create your own WebPart also check out this tutorial created by Marc Charmois...
on
4 Dec 2008
Blog Post:
Microsoft Chart Control How-to: Improve Chart Performance
alexgor
There are several main areas that affect performance of the chart: Data binding. Rendering of the chart visual elements. Streaming chart image from the server to the client. ( ASP.NET only ) The following chart scenarios may have a major impact on performance and we going to discuss...
on
2 Dec 2008
Blog Post:
Microsoft Chart Control How-to: Add Rich Content Using Keywords
alexgor
Adding Labels or Tooltips is a simple task in the chart, but what if we want to show more data than just a simple data point value? Keywords allows specifying rich content for many text based properties, so that you can build a tooltip as shown in this Bubble chart image. A Keyword is a specially...
on
11 Nov 2008
Blog Post:
Microsoft Chart Control vs. Dundas Chart Control
alexgor
I get a lot of questions about 'relationship' of our Microsoft Chart Control to the well known Dundas Data Visualization controls. You can definitely see the similarities in the features, appearance, APIs and demos we use. So I will start with a little bit of history... Dundas is one of the leaders...
on
7 Nov 2008
Blog Post:
Creating 'small' charts with Microsoft Chart Control
alexgor
Designing a chart when you have limited space available or when it's size can be dynamically changed usually requires additional planning. I've been playing with a way to display sample data in a 300 by 500 pixels chart and here what I came up with: Figure 1: Chart size 300 by 500 pixels. I...
on
4 Nov 2008
Blog Post:
New Silverlight Charting control announced at PDC 2008!
alexgor
New Silverlight Charting control was announced today at PDC! It is part of the Silverlight Toolkit availabale for download on Codeplex. Here is where you can find more information about the control: Silverlight Toolkit Download Page Shawn Burke's Blog - Toolkit Announcement Delay's Blog...
on
28 Oct 2008
Blog Post:
Microsoft Chart control for .NET Framework Released!
alexgor
I glad to announce the release of Microsoft Chart for .NET Framework 3.5 SP1, which includes the ASP.NET and Windows Forms Chart Controls. Our Data Visualization team in SSRS worked really hard to deliver those controls! Here is where you can download it: Microsoft Chart Controls for Microsoft...
on
26 Oct 2008
Blog Post:
Welcome to my blog!
alexgor
My name is Alex Gorev and I am a software developer in the SQL Server Reporting Services (SSRS) team. Before joining Microsoft in April 2007, I spent 8 years working at Dundas Software , where I started as a developer, then became a lead and then an architect. If you ever heard about Dundas, you can...
on
4 Sep 2008
Page 1 of 1 (18 items)