How can I do the following to data in a scatter chart?
For a given set of plotted coordinates (x,y) I want to associate another value that will then plot to scale as the data marker in the scatter chart.
For example, if coordinates (x1, y1) represent a project of size A, and coordinates (x2, y2) represent a project of size twice as large as A, the data marker for the second project will be depicted as twice as large as that the first on the scatter chart.
Also, as a variation of the same principle, how do I bracket the sizes of the data markers? For example, if I want the data markers for projects between size 0 and 2xA to be depicted with one size and those for projects between 2xA and 4xA with another size, and those between 4xA and 10xA with a third size, how can I do that?
For a given set of plotted coordinates (x,y) I want to associate another value that will then plot to scale as the data marker in the scatter chart.
For example, if coordinates (x1, y1) represent a project of size A, and coordinates (x2, y2) represent a project of size twice as large as A, the data marker for the second project will be depicted as twice as large as that the first on the scatter chart.
Also, as a variation of the same principle, how do I bracket the sizes of the data markers? For example, if I want the data markers for projects between size 0 and 2xA to be depicted with one size and those for projects between 2xA and 4xA with another size, and those between 4xA and 10xA with a third size, how can I do that?