- MSDN - the official documentation resource. You will find this useful at times but it is rather terse.
- Custom Properties List - many chart types have additional properties which are not directly exposed in the designer. You need to set these in the code-behind, or via the CustomProperties parameter which is available on most Chart elements.
- ASP.NET 4.0 Chart samples - this is probably the best place to start to learn how to accomplish your specific goals.
- Numeric formatting - for chart label formatting
- ASP.Net Chart Forum - some decent examples here
- Alex Gorev's Blog - 3+ years old but does contain a lot of useful information which is still relevant.
- StackOverflow - ask a question here if you get stuck!
Solutions to frustrating computer problems - includes Windows networking, .NET programming, LaTeX formatting, MySQL, and other PC issues!
Microsoft ASP.NET 4.0 Chart Resources
I'm working on a project using the ASP.NET 4.0 Chart controls (System.Web.UI.DataVisualization.Charting) at the moment and I thought I'd collect the useful resources here. Like many parts of the .NET Framework, the documentation is not so great, but the information is out there if you know where to look.
No comments:
Post a Comment