Packagestimulsoft.report.chart.interfaces.topN
Interfacepublic interface IStiSeriesTopN extends IStiClonable, IStiEquals, IStiMemberwiseCloneable
Implementors StiSeriesTopN



Public Properties
 PropertyDefined By
  count : int
IStiSeriesTopN
  mode : int
IStiSeriesTopN
  othersText : String
IStiSeriesTopN
  showOthers : Boolean
IStiSeriesTopN
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
equals(object:Object):Boolean
IStiEquals
 Inherited
IStiMemberwiseCloneable
Property Detail
countproperty
count:int


Implementation
    public function get count():int
    public function set count(value:int):void
modeproperty 
mode:int


Implementation
    public function get mode():int
    public function set mode(value:int):void
othersTextproperty 
othersText:String


Implementation
    public function get othersText():String
    public function set othersText(value:String):void
showOthersproperty 
showOthers:Boolean


Implementation
    public function get showOthers():Boolean
    public function set showOthers(value:Boolean):void