public final class TreatNullsStyle extends Enum
Title: TreatNullsStyle class
Description: Defines how to treat null points.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static TreatNullsStyle |
DONOTPAINT
Null points are not painted, but they are still used in other calculations.
|
static TreatNullsStyle |
IGNORE
Null points are completely ignored.
|
static TreatNullsStyle |
SKIP
Null points are skipped in drawing and calculations.
|
Modifier and Type | Method and Description |
---|---|
static TreatNullsStyle |
fromInt(int value) |
getValue, readResolve
public static final TreatNullsStyle DONOTPAINT
public static final TreatNullsStyle SKIP
public static final TreatNullsStyle IGNORE
public static TreatNullsStyle fromInt(int value)