Interface IStiDataBarIndicator

All Known Implementing Classes:
StiDataBarCondition, StiDataBarIndicator

public interface IStiDataBarIndicator
Interface describes base properties for Data Bar Indicator.
  • Method Details

    • 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)
    • getShape

      StiDataBarShape getShape()
    • setShape

      void setShape(StiDataBarShape value)
    • getPadding

      int getPadding()
    • setPadding

      void setPadding(int padding)
    • getCornerRadius

      int getCornerRadius()
    • setCornerRadius

      void setCornerRadius(int cornerRadius)
    • getTextPlacement

      StiDataBarTextPlacement getTextPlacement()
    • setTextPlacement

      void setTextPlacement(StiDataBarTextPlacement textPlacement)