Jfreechart Developer Guide Full

Páginas: 676 (168810 palabras) Publicado: 15 de junio de 2012
The JFreeChart Class Library
Version 1.0.4

Developer Guide
Written by David Gilbert
February 9, 2007
c 2000-2007, Object Refinery Limited. All rights reserved.

IMPORTANT NOTICE:
If you choose to use this document you do so entirely at your own risk.

Contents
1 Introduction
1.1 What is JFreeChart? . . . .
1.2 This Document . . . . . . .
1.3 Acknowledgements . . . . .
1.4Comments and Suggestions

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

..
.
.

.
.
.
.

.
.
.
.

.
.
.
.

15
15
17
17
17

2 Sample Charts
2.1 Introduction . . . . . . . . . . .
2.2 Pie Charts . . . . . . . . . . . .
2.3 Bar Charts . . . . . . . . . . .
2.4 Line Chart . . . . . . . . . . .
2.5 XY Plots . . . . . . . . . . . .
2.6 Time Series Charts . . . . . . .
2.7 Histograms . . . . . . . . . . .
2.8 Area Charts . . . . . . . . . ..
2.9 Difference Chart . . . . . . . .
2.10 Step Chart . . . . . . . . . . .
2.11 Gantt Chart . . . . . . . . . . .
2.12 Multiple Axis Charts . . . . . .
2.13 Combined and Overlaid Charts
2.14 Future Development . . . . . .

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
..
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

18
18
18
20
22
23
24
25
26
26
28
2930
31
32

3 Downloading and Installing JFreeChart
3.1 Introduction . . . . . . . . . . . . . . . . .
3.2 Download . . . . . . . . . . . . . . . . . .
3.3 Unpacking the Files . . . . . . . . . . . .
3.4 Running the Demonstration Applications
3.5 Compiling the Source . . . . . . . . . . .
3.6 Generating the Javadoc Documentation .

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
..
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
..
.
.
.
.
.

33
33
33
33
34
35
35

.
.
.
.

4 Using JFreeChart
36
4.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
4.2 Creating Your First Chart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
5 Pie
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8

Charts
Introduction . . . . . . . . . . .
Creating a...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Windows 8 Developer Guide
  • Windows 7 developer guide v1.5
  • Developer
  • Fuller
  • Full
  • Full
  • A Full
  • full

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS