Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static TreatNullsStyle |
TreatNullsStyle.DONOTPAINT
Null points are not painted, but they are still used in other calculations.
|
static TreatNullsStyle |
TreatNullsStyle.IGNORE
Null points are completely ignored.
|
static TreatNullsStyle |
TreatNullsStyle.SKIP
Null points are skipped in drawing and calculations.
|
protected TreatNullsStyle |
CustomPolar.treatnulls |
protected TreatNullsStyle |
BaseLine.treatnulls |
Modifier and Type | Method and Description |
---|---|
static TreatNullsStyle |
TreatNullsStyle.fromInt(int value) |
TreatNullsStyle |
Points3D.getTreatNulls()
Defines how null points are treated.
|
TreatNullsStyle |
CustomPolar.getTreatNulls()
Defines how null points are treated.
|
TreatNullsStyle |
BaseLine.getTreatNulls()
Defines how null points are treated.
|
Modifier and Type | Method and Description |
---|---|
void |
Points3D.setTreatNulls(TreatNullsStyle value) |
void |
CustomPolar.setTreatNulls(TreatNullsStyle value) |
void |
BaseLine.setTreatNulls(TreatNullsStyle value) |