When creating a multi-pane chart where one pane has an X-Values axis line chart and another pane has a categorical X-Axis bar chart, the bar chart is mislabeled. For example... int [] dataBar = { 100, 200, 300, 400 }; string [] labelBar = { "100" , "200" , "300" , "400"...