Announcement

Collapse
No announcement yet.

Need smoother fill

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need smoother fill

    I have been using the setBarBgColor method with its yMin and yMax optional parameters to paint the background between two specific values [e.g.: setBarBgColor(Color.green, 2, intUpperBand, dblADX_0);]. However the results haven't aesthetically acceptable (see the staircase effect). I was wondering if there was a way to 'smooth' the painting in order to avoid the staircase effect.

    thanks,

    trader2be
    Attached Files

  • #2
    If you set the thickness of the bars to a lower number, the effect may be better, then the line and the tops of the bars will apear to be in the same place.

    Comment

    Working...
    X