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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...