I have a <b>scatter chart with smooth lines</b> using 2 series of data.
<table>
<tr class="tableizer-firstrow"><th>X-AXIS</th><th>Y-AXIS</th></tr>
<tr><td>-0.1</td><td>50</td></tr>
<tr><td>-0.09</td><td>45</td></tr>
<tr><td>-0.08</td><td>40</td></tr>
<tr><td>-0.07</td><td>38</td></tr>
<tr><td>-0.06</td><td>35</td></tr>
<tr><td>-0.05</td><td>32</td></tr>
<tr><td>-0.04</td><td>29</td></tr>
<tr><td>-0.03</td><td>25</td></tr>
<tr><td>-0.02</td><td>21</td></tr>
<tr><td>-0.01</td><td>15</td></tr>
<tr><td>-0.005</td><td>10</td></tr>
<tr><td>0</td><td>0</td></tr>
<tr><td>0.01</td><td>6</td></tr>
<tr><td>0.02</td><td>11</td></tr>
<tr><td>0.03</td><td>16</td></tr>
<tr><td>0.04</td><td>20</td></tr>
<tr><td>0.05</td><td>25</td></tr>
<tr><td>0.06</td><td>30</td></tr>
<tr><td>0.07</td><td>35</td></tr>
<tr><td>0.08</td><td>42</td></tr>
<tr><td>0.09</td><td>55</td></tr>
<tr><td>0.1</td><td>65</td></tr>
</table>
The chart looks a bit like a wavy 'V'. What I'd like to do is to shade in the lower-left area of the 'V' with one color, and the lower-right are of the V with another color. I tried an area chart but instead of the 'V' shape, it overlaps both series using the same portion of the Y-axis labels. (wish I could post a screen shot!!).
Can anyone understand what I'm trying to do enough to offer a suggestion?
<table>
<tr class="tableizer-firstrow"><th>X-AXIS</th><th>Y-AXIS</th></tr>
<tr><td>-0.1</td><td>50</td></tr>
<tr><td>-0.09</td><td>45</td></tr>
<tr><td>-0.08</td><td>40</td></tr>
<tr><td>-0.07</td><td>38</td></tr>
<tr><td>-0.06</td><td>35</td></tr>
<tr><td>-0.05</td><td>32</td></tr>
<tr><td>-0.04</td><td>29</td></tr>
<tr><td>-0.03</td><td>25</td></tr>
<tr><td>-0.02</td><td>21</td></tr>
<tr><td>-0.01</td><td>15</td></tr>
<tr><td>-0.005</td><td>10</td></tr>
<tr><td>0</td><td>0</td></tr>
<tr><td>0.01</td><td>6</td></tr>
<tr><td>0.02</td><td>11</td></tr>
<tr><td>0.03</td><td>16</td></tr>
<tr><td>0.04</td><td>20</td></tr>
<tr><td>0.05</td><td>25</td></tr>
<tr><td>0.06</td><td>30</td></tr>
<tr><td>0.07</td><td>35</td></tr>
<tr><td>0.08</td><td>42</td></tr>
<tr><td>0.09</td><td>55</td></tr>
<tr><td>0.1</td><td>65</td></tr>
</table>
The chart looks a bit like a wavy 'V'. What I'd like to do is to shade in the lower-left area of the 'V' with one color, and the lower-right are of the V with another color. I tried an area chart but instead of the 'V' shape, it overlaps both series using the same portion of the Y-axis labels. (wish I could post a screen shot!!).
Can anyone understand what I'm trying to do enough to offer a suggestion?