maggiecat Posted March 11, 2008 Report Share Posted March 11, 2008 Is there a way to ensure a point is on top on a radar or scatter plot. I highlight the first and last point in the plot but if the data is very close to either point you cannot see the highlighted point. I am setting the attibutes of the point as: chtChart.Points(lSeries, lPoint).MarkerSize = lMarkerSize chtChart.Points(lSeries, lPoint).MarkerShape = shpShape chtChart.Points(lSeries, lPoint).Color = Color.FromArgb(255, colColour) And setting the transparency of the series as a whole but if there is enough of a density of points I still cant see the point to be highlighted. Is there a way to tell the chart to draw the first and last point of the series on top? Quote Link to comment Share on other sites More sharing options...
Frank Posted March 11, 2008 Report Share Posted March 11, 2008 No. The points are always drawn in the same order. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.