Package | Description |
---|---|
com.steema.teechart.functions |
Modifier and Type | Field and Description |
---|---|
static DownSamplingMethod |
DownSamplingMethod.AVERAGE
Replace group of points with group average value.
|
static DownSamplingMethod |
DownSamplingMethod.MAX
Replace group of points with group maximum value.
|
static DownSamplingMethod |
DownSamplingMethod.MIN
Replace group of points with group minimum value.
|
static DownSamplingMethod |
DownSamplingMethod.MINMAX
Replace group of points with two points : group minimum and maximum
value.
|
static DownSamplingMethod |
DownSamplingMethod.MINMAXFIRSTLAST
Replace group of points with two points : group minimum and maximum value.
|
static DownSamplingMethod |
DownSamplingMethod.MINMAXFIRSTLASTNULL
Replace group of points with two points : group minimum and maximum value.
|
Modifier and Type | Method and Description |
---|---|
DownSamplingMethod |
DownSampling.getMethod() |
Modifier and Type | Method and Description |
---|---|
int |
DownSampling.reduce(DownSamplingMethod algorithm,
Series s,
double tol,
int lbound,
int ubound,
double[] rx,
double[] ry,
ColorList colors,
Color color) |
void |
DownSampling.setMethod(DownSamplingMethod value) |