public class LinePlot extends AbstractPlot
| Modifier and Type | Field and Description |
|---|---|
Boolean |
chartRangeClip
If true then the y values supplied to plot will be clipped to fall between chartRangeMin and
chartRangeMax.
|
Double |
chartRangeMaxX
Specifies the maximum value to use for the X value of the chart.
|
Double |
chartRangeMinX
Specifies the minimum value to use for the X value of the chart.
|
Integer |
defaultPixelsPerValue
Defaults pixel width for each value in the chart.
|
Boolean |
drawNormalOnTop
By default the normal range is drawn behind the fill area of the chart.
|
String |
highlightLineColor
Specifies a color for the vertical line that appears through a value when moused over.
|
String |
highlightSpotColor
Specifies a color for the spot that appears on a value when moused over.
|
Integer |
lineWidth
Line width in pixels.
|
String |
maxSpotColor
The CSS color of the marker displayed for the maximum value.
|
String |
minSpotColor
The CSS color of the marker displayed for the minimum value.
|
Double |
normalRangeMax
Threshold value below which to draw a bar to denote the "normal" or expected range of values.
|
Double |
normalRangeMin
Threshold value above which to draw a bar to denote the "normal" or expected range of values.
|
String |
spotColor
The CSS color of the final value marker.
|
Double |
spotRadius
Radius of all spot markers, in pixels.
|
Map<String,String> |
valueSpots
Specifies which points to draw spots on, and with which color.
|
| Modifier | Constructor and Description |
|---|---|
protected |
LinePlot() |
@Option public Boolean chartRangeClip
@Option public Double chartRangeMaxX
@Option public Double chartRangeMinX
@Option public Integer defaultPixelsPerValue
Default: 3
@Option public Boolean drawNormalOnTop
@Option public String highlightLineColor
Default: "#f22"
@Option public String highlightSpotColor
Default: "#f5f"
@Option public Integer lineWidth
Default: 1
@Option public String maxSpotColor
@Option public String minSpotColor
@Option public Double normalRangeMax
@Option public Double normalRangeMin
@Option public String spotColor
@Option public Double spotRadius
Copyright © 2023 Fujion Framework. All rights reserved.