Thread: Sorting points
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bojan.franic@googlemail.com is offline
external usenet poster
 
Posts: 2
Default Sorting points

Hi.

I would like to sort points like this:

ActiveChart.SeriesCollection(pRangeCounter).Points .sort ?

For each point, there is a label with different color. I want to have
on top only labels with specific color. So far, they are mixed all
togeter (overlaping).

As I understood, points are ordered LeftToRight. I don't know if
sorting is right approach, so please correct me if I'm wrong.

Thanks.