| Package | Description |
|---|---|
| com.steema.teechart.functions | |
| com.steema.teechart.styles |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected ColorList |
Series.iColors |
| Modifier and Type | Method and Description |
|---|---|
ColorList |
Series.getColors()
Accesses the stored Color Array, if created, for the Series.
When attaching new series to any Chart, setting TChart Series.SerieColor to Color.EMPTY will make TeeChart assign a different color to each Series. |
| Modifier and Type | Method and Description |
|---|---|
void |
Series.setColors(ColorList value)
Accesses the stored Color Array, if created, for the Series.
Default value: null |