I have a one line graph, with two lines that need a different scale, each on the Y axis (one with values of 1000, the other with values of 10) I have 5 machines, so 5 results for each function. Measure 1: Avg(Speed): 1000, 800, 1000, 700, 600 Measure 2: Count(PartsProduced): 3, 5, 23, 50, 10 When I create the graph - you can't really see the results of Measure 2. I want to create a second Y axis because I need to see them combined.
Thanks!