Class XYStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.XYStyle
All Implemented Interfaces:
Serializable

public class XYStyle extends ChartStyle
This class defines the different styles of the XYChart. This style belongs to the plot XYPlot.
Since:
8.0
See Also:
  • Field Details

    • SCATTER

      public static final XYStyle SCATTER
      The scatter chart style.
    • BUBBLE

      public static final XYStyle BUBBLE
      The bubble chart style.
  • Method Details