| | 1 | == precision == |
|---|
| | 2 | |
|---|
| | 3 | The ''precision'' parameter specifies the required precision. If lower precision is requested, ADEI may: |
|---|
| | 4 | * approximate some values instead of processing whole data set from database |
|---|
| | 5 | * reuse the graphs generated before |
|---|
| | 6 | * use less data points for the graph |
|---|
| | 7 | |
|---|
| | 8 | The following modes are supported: |
|---|
| | 9 | * ''DEFAULT'' - Default quality (quite high) |
|---|
| | 10 | * ''LOW'' - The quality is not important, the preview graph is generated |
|---|
| | 11 | * ''HIGH'' - The best possible quality |
|---|
| | 12 | * ''#number'' - Positive number defines number of pixels per data point (value of ''3'' means what approximately a single data point would be put for every 3 pixels) |