| Package | stimulsoft.report.components.indicators |
| Class | public class StiDataBarIndicator |
| Inheritance | StiDataBarIndicator StiIndicator StiObject Object |
| Implements | IStiDataBarIndicator |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
![]() | clone(... args):Object Creates a new object that is a copy of the current instance. | StiObject | |
deserialize(value:String):void [override] | StiDataBarIndicator | ||
![]() | equals(object:Object):Boolean | StiObject | |
![]() | 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 Creates a shallow copy of the current Collection. | StiObject | |
serialize():String [override] | StiDataBarIndicator | ||
| brushType | property |
brushType:intGets 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:intGets 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| maximum | property |
maximum:NumberGets or sets minimum amount.
public function get maximum():Number public function set maximum(value:Number):void| minimum | property |
minimum:NumberGets or sets minimum amount.
public function get minimum():Number public function set minimum(value:Number):void| negativeBorderColor | property |
negativeBorderColor:StiColorGets 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:StiColorGets 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:StiColorGets 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:StiColorGets 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:BooleanGets or sets value which indicates that border is drawing.
public function get showBorder():Boolean public function set showBorder(value:Boolean):void| value | property |
value:NumberGets or sets value from maximum or minimum amount.
public function get value():Number public function set value(value:Number):void| 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.
ParametersbrushType: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) |
| deserialize | () | method |
override public function deserialize(value:String):voidParameters
value:String |
| serialize | () | method |
override public function serialize():StringReturnsString |