Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static DrawAllPointsStyle |
DrawAllPointsStyle.FIRST
When the series has several points that share the same X pixel position, but with different Y position, it will only display the first point.
|
static DrawAllPointsStyle |
DrawAllPointsStyle.MINMAX
Plots both the minimum and maximum Y that map to each X pixel.
|
Modifier and Type | Method and Description |
---|---|
static DrawAllPointsStyle |
DrawAllPointsStyle.fromInt(int value) |
DrawAllPointsStyle |
FastLine.getDrawAllPointsStyle()
The DrawAllPoints style.
|
Modifier and Type | Method and Description |
---|---|
void |
FastLine.setDrawAllPointsStyle(DrawAllPointsStyle value)
Sets the DrawAllPoints style.
|