com.stimulsoft.report.components.interfaces
Interface IStiDataBarIndicator

All Known Implementing Classes:
StiDataBarCondition, StiDataBarIndicator

public interface IStiDataBarIndicator

Interface describes base properties for Data Bar Indicator.


Method Summary
 StiBrushType getBrushType()
          Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
 StiDataBarDirection getDirection()
          Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
 StiColor getNegativeBorderColor()
          Gets or sets a border color of negative values for data bar indicator.
 StiColor getNegativeColor()
          Gets or sets a color of negative values for data bar indicator.
 StiColor getPositiveBorderColor()
          Gets or sets a border color of positive values for data bar indicator.
 StiColor getPositiveColor()
          Gets or sets a color of positive values for data bar indicator.
 boolean getShowBorder()
          Gets or sets value which indicates that border is drawing.
 void setBrushType(StiBrushType value)
           
 void setDirection(StiDataBarDirection value)
           
 void setNegativeBorderColor(StiColor value)
           
 void setNegativeColor(StiColor value)
           
 void setPositiveBorderColor(StiColor value)
           
 void setPositiveColor(StiColor value)
           
 void setShowBorder(boolean value)
           
 

Method Detail

getBrushType

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


setBrushType

void setBrushType(StiBrushType value)

getPositiveColor

StiColor getPositiveColor()
Gets or sets a color of positive values for data bar indicator.


setPositiveColor

void setPositiveColor(StiColor value)

getNegativeColor

StiColor getNegativeColor()
Gets or sets a color of negative values for data bar indicator.


setNegativeColor

void setNegativeColor(StiColor value)

getPositiveBorderColor

StiColor getPositiveBorderColor()
Gets or sets a border color of positive values for data bar indicator.


setPositiveBorderColor

void setPositiveBorderColor(StiColor value)

getNegativeBorderColor

StiColor getNegativeBorderColor()
Gets or sets a border color of negative values for data bar indicator.


setNegativeBorderColor

void setNegativeBorderColor(StiColor value)

getShowBorder

boolean getShowBorder()
Gets or sets value which indicates that border is drawing.


setShowBorder

void setShowBorder(boolean value)

getDirection

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


setDirection

void setDirection(StiDataBarDirection value)