Packagestimulsoft.report.components.indicators
Classpublic class StiDataBarIndicator
InheritanceStiDataBarIndicator Inheritance StiIndicator Inheritance StiObject Inheritance Object
Implements IStiDataBarIndicator



Public Properties
 PropertyDefined By
  brushType : int
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
StiDataBarIndicator
  direction : int
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
StiDataBarIndicator
  maximum : Number
Gets or sets minimum amount.
StiDataBarIndicator
  minimum : Number
Gets or sets minimum amount.
StiDataBarIndicator
  negativeBorderColor : StiColor
Gets or sets a border color of negative values for Data Bar indicator.
StiDataBarIndicator
  negativeColor : StiColor
Gets or sets a color of negative values for data bar indicator.
StiDataBarIndicator
  positiveBorderColor : StiColor
Gets or sets a border color of positive values for Data Bar indicator.
StiDataBarIndicator
  positiveColor : StiColor
Gets or sets a color of positive values for data bar indicator.
StiDataBarIndicator
  showBorder : Boolean
Gets or sets value which indicates that border is drawing.
StiDataBarIndicator
  value : Number
Gets or sets value from maximum or minimum amount.
StiDataBarIndicator
Public Methods
 MethodDefined By
  
StiDataBarIndicator(brushType:int = 1, positiveColor:StiColor = null, negativeColor:StiColor = null, showBorder:Boolean = false, positiveBorderColor:StiColor = null, negativeBorderColor:StiColor = null, direction:int = 0, value:Number = 0, minimum:Number = 0, maximum:Number = 100)
Creates a new object of the type StiDataBarIndicator.
StiDataBarIndicator
 Inherited
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiObject
  
deserialize(value:String):void
[override]
StiDataBarIndicator
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
Creates a shallow copy of the current Collection.
StiObject
  
serialize():String
[override]
StiDataBarIndicator
Property Detail
brushTypeproperty
brushType:int

Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.


Implementation
    public function get brushType():int
    public function set brushType(value:int):void
directionproperty 
direction:int

Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.


Implementation
    public function get direction():int
    public function set direction(value:int):void
maximumproperty 
maximum:Number

Gets or sets minimum amount.


Implementation
    public function get maximum():Number
    public function set maximum(value:Number):void
minimumproperty 
minimum:Number

Gets or sets minimum amount.


Implementation
    public function get minimum():Number
    public function set minimum(value:Number):void
negativeBorderColorproperty 
negativeBorderColor:StiColor

Gets or sets a border color of negative values for Data Bar indicator.


Implementation
    public function get negativeBorderColor():StiColor
    public function set negativeBorderColor(value:StiColor):void
negativeColorproperty 
negativeColor:StiColor

Gets or sets a color of negative values for data bar indicator.


Implementation
    public function get negativeColor():StiColor
    public function set negativeColor(value:StiColor):void
positiveBorderColorproperty 
positiveBorderColor:StiColor

Gets or sets a border color of positive values for Data Bar indicator.


Implementation
    public function get positiveBorderColor():StiColor
    public function set positiveBorderColor(value:StiColor):void
positiveColorproperty 
positiveColor:StiColor

Gets or sets a color of positive values for data bar indicator.


Implementation
    public function get positiveColor():StiColor
    public function set positiveColor(value:StiColor):void
showBorderproperty 
showBorder:Boolean

Gets or sets value which indicates that border is drawing.


Implementation
    public function get showBorder():Boolean
    public function set showBorder(value:Boolean):void
valueproperty 
value:Number

Gets or sets value from maximum or minimum amount.


Implementation
    public function get value():Number
    public function set value(value:Number):void
Constructor Detail
StiDataBarIndicator()Constructor
public function StiDataBarIndicator(brushType:int = 1, positiveColor:StiColor = null, negativeColor:StiColor = null, showBorder:Boolean = false, positiveBorderColor:StiColor = null, negativeBorderColor:StiColor = null, direction:int = 0, value:Number = 0, minimum:Number = 0, maximum:Number = 100)

Creates a new object of the type StiDataBarIndicator.

Parameters
brushType:int (default = 1)
 
positiveColor:StiColor (default = null)
 
negativeColor:StiColor (default = null)
 
showBorder:Boolean (default = false)
 
positiveBorderColor:StiColor (default = null)
 
negativeBorderColor:StiColor (default = null)
 
direction:int (default = 0)
 
value:Number (default = 0)
 
minimum:Number (default = 0)
 
maximum:Number (default = 100)
Method Detail
deserialize()method
override public function deserialize(value:String):void

Parameters

value:String

serialize()method 
override public function serialize():String

Returns
String