Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiDataBarIndicator
Implementors StiDataBarCondition, StiDataBarIndicator

Interface describes base properties for Data Bar Indicator.



Public Properties
 PropertyDefined By
  brushType : int
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
IStiDataBarIndicator
  direction : int
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
IStiDataBarIndicator
  negativeBorderColor : StiColor
Gets or sets a border color of negative values for data bar indicator.
IStiDataBarIndicator
  negativeColor : StiColor
Gets or sets a color of negative values for data bar indicator.
IStiDataBarIndicator
  positiveBorderColor : StiColor
Gets or sets a border color of positive values for data bar indicator.
IStiDataBarIndicator
  positiveColor : StiColor
Gets or sets a color of positive values for data bar indicator.
IStiDataBarIndicator
  showBorder : Boolean
Gets or sets value which indicates that border is drawing.
IStiDataBarIndicator
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
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