Class PlotSurface_AxesChart<ST extends AxesChartStyler, S extends Series>

java.lang.Object
org.knowm.xchart.internal.chartpart.PlotSurface_<ST,S>
org.knowm.xchart.internal.chartpart.PlotSurface_AxesChart<ST,S>
All Implemented Interfaces:
ChartPart

public class PlotSurface_AxesChart<ST extends AxesChartStyler, S extends Series> extends PlotSurface_<ST,S>
Draws the plot background, the plot border and the horizontal and vertical grid lines
  • Field Details

  • Constructor Details

    • PlotSurface_AxesChart

      PlotSurface_AxesChart(Chart<ST,S> chart)
      Constructor
      Parameters:
      chart -
  • Method Details