Package velo.ladaalpha.misc
Class Plot.DataSeriesOptions
java.lang.Object
velo.ladaalpha.misc.Plot.DataSeriesOptions
- Enclosing class:
 - Plot
 
The Class DataSeriesOptions.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionArea color.Color.Line.lineDash(float[] dash) Line dash.lineWidth(int width) Line width.marker(Plot.Marker marker) Marker.markerColor(Color color) Marker color.markerSize(int markerSize) Marker size.X axis.Y axis. 
- 
Constructor Details
- 
DataSeriesOptions
public DataSeriesOptions() 
 - 
 - 
Method Details
- 
color
Color.- Parameters:
 seriesColor- the series color- Returns:
 - the data series options
 
 - 
line
Line.- Parameters:
 line- the line- Returns:
 - the data series options
 
 - 
lineWidth
Line width.- Parameters:
 width- the width- Returns:
 - the data series options
 
 - 
lineDash
Line dash.- Parameters:
 dash- the dash- Returns:
 - the data series options
 
 - 
marker
Marker.- Parameters:
 marker- the marker- Returns:
 - the data series options
 
 - 
markerSize
Marker size.- Parameters:
 markerSize- the marker size- Returns:
 - the data series options
 
 - 
markerColor
Marker color.- Parameters:
 color- the color- Returns:
 - the data series options
 
 - 
areaColor
Area color.- Parameters:
 color- the color- Returns:
 - the data series options
 
 - 
xAxis
X axis.- Parameters:
 name- the name- Returns:
 - the data series options
 
 - 
yAxis
Y axis.- Parameters:
 name- the name- Returns:
 - the data series options
 
 
 -