I have a StackedXYAreaChart similar to the one below:
On the Y-axis, inste
I would of done a byte conversion, converting from
KB to MB=(KB/1024) KB to TB=(KB/(1024*2)) KB to GB=(KB/(1024*3)) KB to PB=(KB/(1024*4))
Where the the NumberAxis should auto range depending on the value passed.