Memory Layout

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
linedadelas
Posts: 2
Joined: Mon Feb 24, 2020 4:15 am
antibot: No, of course not.

Memory Layout

Post by linedadelas » Wed Mar 04, 2020 3:29 pm

Hi,
I'm hoping someone can point me in the right direction....
I would like to create a chart that displays data in blocks. The blocks are arranged on the screen in an XY table fashion. However there is no XY relationship in the data, this is purely for display purposes. The best analogy would be an old fashion windows style disk defragmenter display or something that could display memory in a block fashion. Each block would have a color associated with it and possibly some internal text.

Since the data is in fact a single series that technically just wraps each line the xyrenderer is possibly overkill (although the XYBlockChartDemo3 does provide the closest implementation).

What is the most efficient way (==simplest) of achieving this?

Thanks in advance..

Locked