maggiecat Posted March 11, 2008 Report 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?
Frank Posted March 11, 2008 Report Posted March 11, 2008 No. The points are always drawn in the same order.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.