| Package | stimulsoft.report.components.interfaces |
| Interface | public interface IStiDataBarIndicator |
| Implementors | StiDataBarCondition, StiDataBarIndicator |
| Property | Defined 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 | ||
| 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| 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