- Hands-On GUI Programming with C++ and Qt5
- Lee Zhi Eng
- 73字
- 2021-08-27 19:00:20
Bar charts
Bar charts are one of the most commonly used diagrams beside line charts and pie charts. A bar chart is quite similar to a line chart, except it doesn't connect the data along an axis. Instead, a bar chart displays its data using individual rectangular shapes, where its height is determined by the value of the data. This means that the higher the value, the taller the rectangular shape will become:

推薦閱讀
- Mastering Concurrency Programming with Java 8
- 深入淺出Electron:原理、工程與實踐
- HTML5+CSS3基礎開發教程(第2版)
- Designing Hyper-V Solutions
- C#程序設計(項目教學版)
- Learning Modular Java Programming
- C指針原理揭秘:基于底層實現機制
- Java設計模式深入研究
- Java EE項目應用開發
- Internet of Things with Arduino Cookbook
- Microsoft Azure Security
- Test-Driven Java Development(Second Edition)
- Head First Go語言程序設計
- R語言編程:基于tidyverse
- C# 4.0權威指南