public final class NFBoxchart extends NFDataChart
Chart used to plot individual data points or streams of related points.
Type | Name | Description | Default | ||||
int | boxHeight | Box Height in pixels | 0 | ||||
int | dataType | Data value type | RAW | ||||
Color | medianColor | Median Color | Color.white | ||||
Color | outlierColor | Outlier Color | null |
Type | Name | Description | |||
int | RAW | Data values must be processed to determine percentiles | |||
int | SUMMARY | The first 5 data values represent the percentile values to be displayed, all others represent outliers |
NFBoxchart(Applet a)
NFBoxchart(Applet a, int x, int y, int w, int h)
protected void defineParams ()
protected void drawData (Graphics g)
protected double[] getMinMax (NFDataSeries ds, NFAxis axis, double minmax[])
protected void initBoxchart()
protected synchronized void loadParams () throws Exception
void reset()
void setDefaultAxis (NFAxis axis)