Notice
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
Tags
- 안드로이드
- java
- 스시
- chrome
- github
- 부경대 맛집
- 태국지도
- 태국여행준비물
- 깃
- chart
- 크롬
- 여행지도
- 경성대 맛집
- 태국 여행정보
- 소프트웨어
- SDK
- 삼성소프트웨어멤버십
- 태국여행
- Android
- 맛집
- 깃허브
- 갤럭시 노트
- c#
- 갤럭시 노트 해외판
- Tizen
- 서면 맛집
- 자바
- 타이젠
- 일정관리
- git
- Today
- 0
- Total
- 211,887
DREAM IT, WISH IT, DO IT
MS Chart (C#으로 차트 그리기) 본문
MS Chart (C#으로 차트 그리기)
이전 포스팅에서 자바로 "JFreeChart" 를 이용해 그래프를 그릴 수 있다고 말씀드렸는데 Microsoft 에서도 같은 기능(살펴보시면 구현소스도 거의 비슷합니다)의 MS Chart 를 제공하고 있습니다. 개인적으로 MS Chart 가 훨씬 이쁘게 보이네요.
이렇게 세가지만 설치하시면 바로 그래프를 구현하실 수 있습니다.
- Chart Controls for .NET Framework 3.5 (Beginning in .NET Framework 4, the Chart controls are part of the .NET Framework.)
- Chart Controls for .NET Framework 3.5 Language Pack
- Chart Controls Add-on for Visual Studio 2008
이렇게 세가지만 설치하시면 Visual Studio 2010 에서 바로 그래프를 구현하실 수 있습니다. 샘플예제도 충분히 있고 관련자료도 많으니 사용하기 좋습니다.
설치후 WinFormsChartSamples 프로젝트를 실행시키게 되면 밑의 그림과 같이 무수히 많은 샘플들의 그림과 소스들을 바로 확인가능합니다. 실제 쓰이게 될 모든 경우의 예제를 구현해놓은것 같네요.
Samples Environment for .NET Framework 4 Chart Controls Released!
You can now download Visual Studio 2010 projects that contain all the samples targeting .NET Framework 4.Download Description
The samples environment for Microsoft Chart Controls for .NET Framework contains over 200 samples for both ASP.NET and Windows Forms. The samples cover every major feature in Chart Controls for .NET Framework. They enable you to see the Chart controls in action as well as use the code as templates for your own web and windows applications.The samples environments each contains a Getting Started section to help you start using the Chart controls quickly. The samples demonstrates how to use the following features in Microsoft Chart Controls for .NET Framework:
- All supported chart types.
- Data series, chart areas, axes, legends, labels, titles, and more.
- Data Binding
- Data manipulation, such as copying, splitting, merging, alignment, grouping, sorting, searching, filtering, and more.
- Statistical formulas and financial formulas.
- Advanced chart appearance, such as 3D, anti-aliasing, lighting, perspective, and more.
- Chart rendering.
- Events and Customizations.
- Interactivity and AJAX.
See the following related links:
- Chart Controls for .NET Framework 3.5 (Beginning in .NET Framework 4, the Chart controls are part of the .NET Framework.)
- Chart Controls for .NET Framework 3.5 Language Pack
- Chart Controls Add-on for Visual Studio 2008
- Chart Controls for .NET Framework Documentation
- Chart Controls Forum
- Alex Gorev's Chart Blog
'Programming > C#' 카테고리의 다른 글
| [C#] WPF 아이콘 트레이에 숨기고 열기 (0) | 2013.03.20 |
|---|---|
| [C#] JSON 이용하기. (0) | 2013.03.20 |
| [C#] string to byte[] 변환하기 (0) | 2013.03.20 |
| [C#] FormBorderStyle -> None 상태에서 드래그로 움직이기 (0) | 2013.03.09 |
| MS Chart 를 이용한 실시간 그래프 그리기 (2) | 2012.06.01 |
| MS Chart (C#으로 차트 그리기) (0) | 2012.06.01 |
0 Comments