Interface IStiDataBarIndicator
- All Known Implementing Classes:
StiDataBarCondition,StiDataBarIndicator
public interface IStiDataBarIndicator
Interface describes base properties for Data Bar Indicator.
-
Method Summary
Modifier and TypeMethodDescriptionGets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.intGets or sets value which direction data bar will be filled by brush, from left to right or from right to left.Gets or sets a border color of negative values for data bar indicator.Gets or sets a color of negative values for data bar indicator.intGets or sets a border color of positive values for data bar indicator.Gets or sets a color of positive values for data bar indicator.getShape()booleanGets or sets value which indicates that border is drawing.voidsetBrushType(StiBrushType value) voidsetCornerRadius(int cornerRadius) voidsetDirection(StiDataBarDirection value) voidsetNegativeBorderColor(StiColor value) voidsetNegativeColor(StiColor value) voidsetPadding(int padding) voidsetPositiveBorderColor(StiColor value) voidsetPositiveColor(StiColor value) voidsetShape(StiDataBarShape value) voidsetShowBorder(boolean value) voidsetTextPlacement(StiDataBarTextPlacement textPlacement)
-
Method Details
-
getBrushType
StiBrushType getBrushType()Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing. -
setBrushType
-
getPositiveColor
StiColor getPositiveColor()Gets or sets a color of positive values for data bar indicator. -
setPositiveColor
-
getNegativeColor
StiColor getNegativeColor()Gets or sets a color of negative values for data bar indicator. -
setNegativeColor
-
getPositiveBorderColor
StiColor getPositiveBorderColor()Gets or sets a border color of positive values for data bar indicator. -
setPositiveBorderColor
-
getNegativeBorderColor
StiColor getNegativeBorderColor()Gets or sets a border color of negative values for data bar indicator. -
setNegativeBorderColor
-
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
-
getShape
StiDataBarShape getShape() -
setShape
-
getPadding
int getPadding() -
setPadding
void setPadding(int padding) -
getCornerRadius
int getCornerRadius() -
setCornerRadius
void setCornerRadius(int cornerRadius) -
getTextPlacement
StiDataBarTextPlacement getTextPlacement() -
setTextPlacement
-