|
GLG Toolkit, Java Class Library
Version 4.6
|
Return value of the Flush method of a custom chart data filter. More...
Return value of the Flush method of a custom chart data filter.
Constants | |
| static final int | SKIP_DATA = 0 |
| No data points to draw. More... | |
| static final int | USE_DATA1 = 2 |
| Draw a single stored data point. More... | |
| static final int | USE_DATA2 = 3 |
| Draw two stored data points. More... | |
|
static |
No data points to draw.
|
static |
Draw a single stored data point.
|
static |
Draw two stored data points.