public class DiscretePlot extends AbstractPlot
| Modifier and Type | Field and Description |
|---|---|
Integer |
lineHeight
Height of each line in pixels.
|
String |
thresholdColor
Color to use in combination with thresholdValue.
|
Double |
thresholdValue
Values less than this value will be drawn using thresholdColor instead of lineColor.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DiscretePlot() |
@Option public Integer lineHeight
Default: 30% of the graph height
@Option public Double thresholdValue
@Option public String thresholdColor
Copyright © 2023 Fujion Framework. All rights reserved.