I have a composite chart composed of scatter and line charts. The charts share the X axis but each one uses Y and Y2 axes respectively and both Y axes are numeric. I need a 2Dbar chart that shares the X axis with the above 2 and a string data type Y axis. Is this possible? Thanks much!
As long as the X axis is numeric, it can be shared between scatter and bar layers. Line layers typically use a string X axis, unless you're using a scatter layer that connects its points. So it sounds like what you're describing should work fine. But if it doesn't, can youi post some more info and/or a code snippet?
You are correct, I'm using two scatter charts one with lines and one without. Both my Y and Y2 are numeric which led me to ask if a third chart that is 2D bar can use the common X and a new Y3 string?