ravi_1143 Report post Posted January 28, 2008 is it possible to highlight the points of intersection where the vertcal line intersects with the line charts? Share this post Link to post Share on other sites
Pallav Report post Posted January 28, 2008 I'm afraid that's not possible currently. Share this post Link to post Share on other sites
ravi_1143 Report post Posted January 28, 2008 Also at present using vline in between categories, we are displayinh vertical line as below <chart caption='Monthly Revenue' xAxisName='Month' yAxisName='Revenue' numberPrefix='$' showValues='0'> <set label='Oct' value='420000' /> <set label='Nov' value='910000' /> <set label='Dec' value='680000' />[b][font=" 'Courier New'"] <vLine/>[/font][/b] <set label='Jan' value='720000' /> <set label='Feb' value='810000' /> <set label='Mar' value='510000' />[/Code] The vertical line appears in between the x-axis elements Dec and Jan, but we need it to display on selected x-axis elements Share this post Link to post Share on other sites
Pallav Report post Posted January 30, 2008 As of now, you cannot display it ON the x-axis category labels - it'll always show up between them. Share this post Link to post Share on other sites