I am creating a bar chart with 2 X axes. The bottom axis has a horizontal line across the bottom of the chart, but not the top axis. How do I get the horizontal line to display for both? Similarly, when using a column chart with 2 Y axes, do I do the same thing to show the vertical line on both sides of the chart?
BarChartTest.zip
Hello Ray,
The solution gave me exactly what I wanted. I modified the additional axis slightly as show below. This gave me the vertical line without its being obvious another axis was defined.
{ name: "line", type: "numericY", minimumValue:0, maximumValue: 1, interval: 1, labelLocation: "outsideRight", labelVisibility: "collapsed" },
Great! I'm glad that the suggestion worked for you.
If you have further questions, please let us know.