Page 1 of 1

Horizontal Line when showing only one bar

Posted: Thu Jun 01, 2006 12:45 pm
by 9527011
We want to show a bar that is indicating a result for a specific date and a limit that is shown as a horizontal line.
Our data table shows the following values:
04.06 100 0 0 97,5

97,5 is the limit.

When doing this for a table with only one row there is no horizontal line shown. When having two rows the line is shown because it connects two points.

Question is: How do I show a horizontal line having only one result.

Posted: Thu Jun 01, 2006 1:56 pm
by narcis
Hi Oblicore,

You can't draw a line with only one point because you need two points to draw a line between them. If you only have one data value you can draw a line with a constant value by populating it with 2 points, one for the minimum value you wish the line range to be and one for the maximum value.