When using DataVisualization.Charting what is the correct method for inverting a lineseries graph so that 0 is at top. I am able to transform the chart and the line series appear correct but the legend text is inverted. In debug "Live Property Explorer","OrientedPanel" is in the chart with "isReversed" and "isInverted" available. I can use these to get the desired results but as this panel is generated by the DataVisualization.Charting library I cannot find a way to access this property in xaml or code.
↧