Jump to content
Software FX Community

Sorting an array


User (Legacy)

Recommended Posts

I am using ChartFX Client Server 5.0.5 and need to split a large recordset

into multiple charts. Currently I am doing this by paging the recordset into

arrays of a manageable size and populating the charts using these arrays.

The problem is that the data should be sorted in descending order and when

the charts are created. I am displaying a horizontal bar chart and the data

should descend from the top, instead it is populating from the bottom of the

chart so that the data is actually sorting ascending within each chart, but

descending over the entire resultset.

Does anyone have any ideas for changing the order which ChartFX populates

chart data when using an array? I'm hoping to avoid manipulating the array.

Thanks.

Darrin

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...