Interface IStackableSeries

All Superinterfaces:
IValueSeries
All Known Subinterfaces:
IArea, IBar, ILine

public interface IStackableSeries extends IValueSeries
Represents an abstract series which can be stacked in the scripting environment
  • Method Details

    • isStacked

      boolean isStacked()
    • setStacked

      void setStacked(boolean stacked)