public class DrawOutOfScale
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static DrawOutOfScale |
DO_NOT_DRAW
Don't draw the data point with value out of range.
|
static DrawOutOfScale |
DRAW_ON_MAX
Draw on the min / max the data point with value out of range.
|
static DrawOutOfScale |
DRAW_OUT_OF_SCALE
Draw out of scale the data point with value out of range.
|
Modifier and Type | Method and Description |
---|---|
static DrawOutOfScale |
getDrawOutOfScale(org.w3c.dom.Element element)
Reads the XML properties of a of Draw Out Of Scale for LinePlot.
|
public static final DrawOutOfScale DRAW_OUT_OF_SCALE
public static final DrawOutOfScale DRAW_ON_MAX
public static final DrawOutOfScale DO_NOT_DRAW
public static DrawOutOfScale getDrawOutOfScale(org.w3c.dom.Element element)
element
- DOM elementCopyright © 1999-2020 by i-net software GmbH