var xAxis1 = new CategoryXAxis(); var yAxis1 = new NumericYAxis(); var xAxis2 = new CategoryXAxis(); var yAxis2 = new NumericYAxis(); var xAxis3 = new CategoryXAxis(); var yAxis3 = new NumericYAxis(); var xAxis4 = new CategoryXAxis(); var yAxis4 = new NumericYAxis(); xAxis1.IsInverted = true; yAxis1.IsInverted = false; xAxis2.IsInverted = false; yAxis2.IsInverted = false; xAxis3.IsInverted = true; yAxis3.IsInverted = true; xAxis4.IsInverted = false; yAxis4.IsInverted = true;