Hi,
I have a problem when I want to order some series.
for example, I want to let the blue area series displayed in front of the red one. I know it can work if I draw the red line series first, and then the blue one will be in front of it, but it will be complicated if I have many series. So I wonder if there are any APIs can do some help.
Thanks in advance.
By the way, if we can define the size of series' marker ?
The size of the marker is fixed in the CTP, but you will be able to modify the marker size in the RTM. For X-Y plots the RTM should also support the bubbleSeries series type, which allows you to bind a column to the radius of the markers. The CTP does allow for custom markers, to some degree, so it may be possible to use this functionality to do variable size markers in the CTP, but we are rearranging this API to make things simpler to use, so I'm not sure I'd recommend spending time on that up front.
For series order, currently the only way to set their zindex is to control their order in which they are added. We'll evaluate ways to modify the z order as we move to RTM. Also, I'd recommend making a feature request for this API.
Hope this helps!
-Graham