Announcement

Collapse
No announcement yet.

Colors on a Point & Figure chart

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

  • Colors on a Point & Figure chart

    I'm painting the background on a point and figure chart using SetDefaultBarBgColor(). Instead of the colors being aligned with the current column of Xs or Os, the colors are aligned with the right half of the column and overlap the left half of the next column. Is there any way around this? (See attached chart). Thanks.
    Attached Files

  • #2
    Hello almerger,

    By default the background coloring of bars starts at the center of the bar and ends at the center of the next bar. If you add setPlotType(PLOTTYPE_INSTANTCOLORLINE, 0); to preMain(), you can force the background coloring to start at the center of the previous bar and end at the center of the current bar. However, it is not possible at this time to center the background coloring around the center of the current bar. Please feel free to submit a request to add this functionality to our development team at [email protected].
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X