+1 888 340 6572 GET STARTED
MultiCharts Project Management
previous_open_issue.png
Go to the previous open issue
previous_issue.png
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
feature_request_small.png
Open Feature request MC-284

we need a better way to plot text

action_vote_minus_faded.png
9
Votes
action_vote_plus_faded.png
next_issue.png
Go to the next issue (open or closed)
next_open_issue.png
Go to the next open issue
Description

When we want to plot text on a chart, the easiest way is to plot it above or below a price bar. It's very straight forward, not an issue here.
The problem though is when we decide to plot it on other areas of a chart. The aiHighestDispValue and aiLowestDispValue reserved words never worked for me since I was never able to fix the text to the background of the chart independently of the chart itself being zoomed in or out.
So my idea would be to divide the chart by coordinates. Divide the chart in 8 or 16 squares, each with it's own coordinate.
Each coordinate has it's own EL reserved word so we can access it easily in PLE.
Imagine that we want to have some text on the top right or bottom right of the text. This way, even zooming in or out the chart, the text would be always visible independently of the coordinate you've chosen to plot it.

Steps to reproduce this issue

feature request
please see attached image

Comments (1)
#0
user-offline.png  janus (janus)
Apr 19, 2011 - 19:43

Rather than limit the location of the text to only certain areas in the window, use a percentage of the x and y axis as follows.  0% along the x axis relates to the extreme left side of the window.  100% relates to the extreme right side.  Likewise, 0% for the y axis relates to the bottom of the screen, 100% to the top.  For example, (50, 50) would plot the text starting at the center of the screen.

History
Issue basics
  • Type of issue
    Feature request
  • Category
    Usability
  • Targeted for
    Not determined
  • Status
    Under Review
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (3)
People involved
  • Posted by
    user-offline.png  arnie (arnie)
  • Owned by
    Not owned by anyone
  • Assigned to
    Not assigned to anyone
  • Subscribers
    1 subscriber(s)
    Click here to show the list of subscribers
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Severity
    Normal
Attachments (1)
Commits (0)
There are no code checkins for this issue
Duplicate issues (0)
This issue does not have any duplicates