|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreatNullsStyle | |
---|---|
com.steema.teechart.styles |
Uses of TreatNullsStyle in com.steema.teechart.styles |
---|
Fields in com.steema.teechart.styles declared as TreatNullsStyle | |
---|---|
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
|
Methods in com.steema.teechart.styles that return TreatNullsStyle | |
---|---|
static TreatNullsStyle |
TreatNullsStyle.fromInt(int value)
|
TreatNullsStyle |
Points3D.getTreatNulls()
Defines how null points are treated. |
TreatNullsStyle |
CustomPolar.getTreatNulls()
Defines how null points are treated. |
Methods in com.steema.teechart.styles with parameters of type TreatNullsStyle | |
---|---|
void |
Points3D.setTreatNulls(TreatNullsStyle value)
|
void |
CustomPolar.setTreatNulls(TreatNullsStyle value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |