Quiz Question 1 of 5
When we want to visualize the same data across multiple charts and associate them together with the data values along the x-axis, which of the following is the correct syntax?
Choose the correct answer below:
-
A
second_plot.range_x = first_plot.range_x third_plot.range_x = first_plot.range_x
-
B
x_range.second_plot = x_range.first_plot x_range.third_plot = x_range.first_plot
-
C
second_plot.x_axis = first_plot.x_axis third_plot.x_axis = first_plot.x_axis
-
D
second_plot.x_range = first_plot.x_range third_plot.x_range = first_plot.x_range