Class Plot.DataSeriesOptions

java.lang.Object
velo.ladaalpha.misc.Plot.DataSeriesOptions
Enclosing class:
Plot

public static class Plot.DataSeriesOptions extends Object
The Class DataSeriesOptions.
  • Constructor Details

    • DataSeriesOptions

      public DataSeriesOptions()
  • Method Details

    • color

      public Plot.DataSeriesOptions color(Color seriesColor)
      Color.
      Parameters:
      seriesColor - the series color
      Returns:
      the data series options
    • line

      public Plot.DataSeriesOptions line(Plot.Line line)
      Line.
      Parameters:
      line - the line
      Returns:
      the data series options
    • lineWidth

      public Plot.DataSeriesOptions lineWidth(int width)
      Line width.
      Parameters:
      width - the width
      Returns:
      the data series options
    • lineDash

      public Plot.DataSeriesOptions lineDash(float[] dash)
      Line dash.
      Parameters:
      dash - the dash
      Returns:
      the data series options
    • marker

      public Plot.DataSeriesOptions marker(Plot.Marker marker)
      Marker.
      Parameters:
      marker - the marker
      Returns:
      the data series options
    • markerSize

      public Plot.DataSeriesOptions markerSize(int markerSize)
      Marker size.
      Parameters:
      markerSize - the marker size
      Returns:
      the data series options
    • markerColor

      public Plot.DataSeriesOptions markerColor(Color color)
      Marker color.
      Parameters:
      color - the color
      Returns:
      the data series options
    • areaColor

      public Plot.DataSeriesOptions areaColor(Color color)
      Area color.
      Parameters:
      color - the color
      Returns:
      the data series options
    • xAxis

      public Plot.DataSeriesOptions xAxis(String name)
      X axis.
      Parameters:
      name - the name
      Returns:
      the data series options
    • yAxis

      public Plot.DataSeriesOptions yAxis(String name)
      Y axis.
      Parameters:
      name - the name
      Returns:
      the data series options