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.
It defines the method used to calculate the DrawAllPoints style. FastLine series DrawAllPoints should be false. Default value: FIRST |
Modifier and Type | Method and Description |
---|---|
void |
FastLine.setDrawAllPointsStyle(DrawAllPointsStyle value)
Sets the DrawAllPoints style.
Default value: FIRST |