GLG Toolkit, Java Class Library  Version 4.6
GlgChartFilterRval

Return value of the Flush method of a custom chart data filter. More...

Detailed Description

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...
 

Variable Documentation

◆ SKIP_DATA

final int SKIP_DATA = 0
static

No data points to draw.

◆ USE_DATA1

final int USE_DATA1 = 2
static

Draw a single stored data point.

◆ USE_DATA2

final int USE_DATA2 = 3
static

Draw two stored data points.