Packagestimulsoft.report.chart.view.topN
Classpublic class StiSeriesTopN
InheritanceStiSeriesTopN Inheritance Object
Implements IStiSeriesTopN, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  count : int
Gets or sets the number of output values.
StiSeriesTopN
  mode : int
Gets or sets output values mode.
StiSeriesTopN
  othersText : String
Gets or sets signature for other values.
StiSeriesTopN
  ref : int
StiSeriesTopN
  showOthers : Boolean
Gets or sets value which indicates whether to display other values.
StiSeriesTopN
Public Methods
 MethodDefined By
  
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiSeriesTopN
  
equals(object:Object):Boolean
StiSeriesTopN
  
StiSeriesTopN
Property Detail
countproperty
count:int

Gets or sets the number of output values.


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

Gets or sets output values mode.


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

Gets or sets signature for other values.


Implementation
    public function get othersText():String
    public function set othersText(value:String):void
refproperty 
ref:int


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

Gets or sets value which indicates whether to display other values.


Implementation
    public function get showOthers():Boolean
    public function set showOthers(value:Boolean):void
Method Detail
clone()method
public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
equals()method 
public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
public function memberwiseClone():Object

Returns
Object