Interface IStiSeriesTopN

All Superinterfaces:
Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiSeriesTopN

public interface IStiSeriesTopN extends Cloneable, IStiSerializableRef, IStiJsonReportObject
  • Method Details

    • getMode

      StiTopNMode getMode()
    • setMode

      void setMode(StiTopNMode value)
    • getCount

      int getCount()
    • setCount

      void setCount(int value)
    • getShowOthers

      boolean getShowOthers()
    • setShowOthers

      void setShowOthers(boolean value)
    • getOthersText

      String getOthersText()
    • setOthersText

      void setOthersText(String value)