Search found 1 match

by cmpucom
Wed Oct 12, 2016 8:12 pm
Forum: Java
Topic: How to sort legend items along with its symbols
Replies: 9
Views: 43411

Re: How to sort legend items along with its symbols

I have about 10 series that needed in a specific order. Unlike my example, I could not be control the order of their creation. * Programatically create the your series and put the series pointers in a collection, array, etc. for TrcNum := 1 to 10 do begin TrcDta[TrcNum] := TLineSeries.Create(Nil); w...