Group: Forum Members
Last Active: 8 Years Ago
Posts: 23,
Visits: 6
|
Hi folks, could you help me with the issue: I have a few overlapping points on a chart. For example it is XY scatter plot and there are 3 points with the same x,y coordinates. I need to mark point selected by user with a specific color. But if Im applying fill style to the target point, the effect is not visible, since the point is hidden by the other one. It works fine for only for one point (the last in series), which is drawn last by nevron renderer. Is there a way to draw my target point last to make it visible even if it is overlapped with the other points?
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Alexandr, There is no way to control the z order per data point - the only way to do acheive this is by creating a separate point series which holds the point you need to appear on top and make sure this series is the first in the chart.Series collection.
Best Regards, Nevron Support Team
|