Interface IRealStockSeriesModelValue

All Superinterfaces:
IModel, IValidable, IValue<Integer>
All Known Implementing Classes:
BmRealStockSeriesModelValue

public interface IRealStockSeriesModelValue extends IValue<Integer>
BM value for real stock series property of a Chart interface.
  • Method Details

    • getSeriesCount

      int getSeriesCount()
      Gets the series count.
      Returns:
      the series count.
    • getSeriesNames

      List<String> getSeriesNames()
      Gets the series names.
      Returns:
      The list of series names.