Interface IStiSeriesTopN
- All Superinterfaces:
Cloneable,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
- All Known Implementing Classes:
StiSeriesTopN
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()getMode()booleanvoidsetCount(int value) voidsetMode(StiTopNMode value) voidsetOthersText(String value) voidsetShowOthers(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getMode
StiTopNMode getMode() -
setMode
-
getCount
int getCount() -
setCount
void setCount(int value) -
getShowOthers
boolean getShowOthers() -
setShowOthers
void setShowOthers(boolean value) -
getOthersText
String getOthersText() -
setOthersText
-