Package | stimulsoft.report.components.conditions |
Class | public class StiDataBarCondition |
Inheritance | StiDataBarCondition ![]() ![]() ![]() ![]() |
Implements | IStiDataBarIndicator, IStiIndicatorCondition |
Property | Defined By | ||
---|---|---|---|
brushType : int Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing. | StiDataBarCondition | ||
![]() | column : String | StiFilter | |
![]() | condition : int | StiFilter | |
![]() | dataType : int | StiFilter | |
direction : int Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left. | StiDataBarCondition | ||
![]() | expression : StiExpression Gets or sets the filter expression. | StiFilter | |
![]() | item : int | StiFilter | |
maximumType : int Gets or sets processing type of maximal values for data bar indicator. | StiDataBarCondition | ||
maximumValue : Number Gets or sets minimal value for data bar indicator. | StiDataBarCondition | ||
minimumType : int Gets or sets processing type of minimal values for data bar indicator. | StiDataBarCondition | ||
minimumValue : Number Gets or sets minimal value for data bar indicator. | StiDataBarCondition | ||
negativeBorderColor : StiColor Gets or sets a border color of negative values for Data Bar indicator. | StiDataBarCondition | ||
negativeColor : StiColor Gets or sets a color of negative values for data bar indicator. | StiDataBarCondition | ||
positiveBorderColor : StiColor Gets or sets a border color of positive values for Data Bar indicator. | StiDataBarCondition | ||
positiveColor : StiColor Gets or sets a color of positive values for data bar indicator. | StiDataBarCondition | ||
showBorder : Boolean Gets or sets value which indicates that border is drawing. | StiDataBarCondition | ||
![]() | tag : Object | StiBaseCondition | |
![]() | value1 : String | StiFilter | |
![]() | value2 : String | StiFilter |
Method | Defined By | ||
---|---|---|---|
StiDataBarCondition(column:String, brushType:int = 1, positiveColor:StiColor = null, negativeColor:StiColor = null, showBorder:Boolean = false, positiveBorderColor:StiColor = null, negativeBorderColor:StiColor = null, direction:int = 0, minimumType:int = 0, minimumValue:Number = 0, maximumType:int = 0, maximumValue:Number = 100) Creates a new object of the type StiDataBarCondition. | StiDataBarCondition | ||
![]() | clone(... args):Object [override] | StiFilter | |
Creates new indicator for specified condition. | StiDataBarCondition | ||
deserialize(value:String):void [override] | StiDataBarCondition | ||
equals(object:Object):Boolean [override] | StiDataBarCondition | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiDataBarCondition | ||
reset():void Reset condition to base state. | StiDataBarCondition | ||
serialize():String [override] | StiDataBarCondition |
brushType | property |
brushType:int
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
public function get brushType():int
public function set brushType(value:int):void
direction | property |
direction:int
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
public function get direction():int
public function set direction(value:int):void
maximumType | property |
maximumType:int
Gets or sets processing type of maximal values for data bar indicator.
public function get maximumType():int
public function set maximumType(value:int):void
maximumValue | property |
maximumValue:Number
Gets or sets minimal value for data bar indicator.
public function get maximumValue():Number
public function set maximumValue(value:Number):void
minimumType | property |
minimumType:int
Gets or sets processing type of minimal values for data bar indicator.
public function get minimumType():int
public function set minimumType(value:int):void
minimumValue | property |
minimumValue:Number
Gets or sets minimal value for data bar indicator.
public function get minimumValue():Number
public function set minimumValue(value:Number):void
negativeBorderColor | property |
negativeBorderColor:StiColor
Gets or sets a border color of negative values for Data Bar indicator.
public function get negativeBorderColor():StiColor
public function set negativeBorderColor(value:StiColor):void
negativeColor | property |
negativeColor:StiColor
Gets or sets a color of negative values for data bar indicator.
public function get negativeColor():StiColor
public function set negativeColor(value:StiColor):void
positiveBorderColor | property |
positiveBorderColor:StiColor
Gets or sets a border color of positive values for Data Bar indicator.
public function get positiveBorderColor():StiColor
public function set positiveBorderColor(value:StiColor):void
positiveColor | property |
positiveColor:StiColor
Gets or sets a color of positive values for data bar indicator.
public function get positiveColor():StiColor
public function set positiveColor(value:StiColor):void
showBorder | property |
showBorder:Boolean
Gets or sets value which indicates that border is drawing.
public function get showBorder():Boolean
public function set showBorder(value:Boolean):void
StiDataBarCondition | () | Constructor |
public function StiDataBarCondition(column:String, brushType:int = 1, positiveColor:StiColor = null, negativeColor:StiColor = null, showBorder:Boolean = false, positiveBorderColor:StiColor = null, negativeBorderColor:StiColor = null, direction:int = 0, minimumType:int = 0, minimumValue:Number = 0, maximumType:int = 0, maximumValue:Number = 100)
Creates a new object of the type StiDataBarCondition.
Parameterscolumn:String | |
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 )
| |
minimumType:int (default = 0 )
| |
minimumValue:Number (default = 0 )
| |
maximumType:int (default = 0 )
| |
maximumValue:Number (default = 100 )
|
createIndicator | () | method |
public function createIndicator(component:StiText):StiIndicator
Creates new indicator for specified condition.
Parameters
component:StiText |
StiIndicator |
deserialize | () | method |
override public function deserialize(value:String):void
Parameters
value:String |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
reset | () | method |
public function reset():void
Reset condition to base state.
serialize | () | method |
override public function serialize():String
ReturnsString |