Jump to content
Software FX Community

Point attributes


maggiecat

Recommended Posts

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?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...