Class StockStyle

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

public class StockStyle extends ChartStyle
This class defines the different styles of the stock chart. This style belongs to the plot StockPlot.
Since:
8.0
See Also:
  • Field Details

    • STOCK_HIGH_LOW

      public static final StockStyle STOCK_HIGH_LOW
      The high - low stock chart style.
    • STOCK_HIGH_LOW_OPEN_CLOSE

      public static final StockStyle STOCK_HIGH_LOW_OPEN_CLOSE
      The high - low open - close stock chart style.
  • Method Details