Class StockStyle

    • Field Detail

      • 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 Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class ChartStyle
      • getAllowedDatasets

        public java.util.List getAllowedDatasets​(Chart2 chart)
        Returns the list of dataset supported by this chart style.
        Specified by:
        getAllowedDatasets in class ChartStyle
        Parameters:
        chart - the chart
        Returns:
        the list of datasets.
        See Also:
        Chart2