Min Max Category Chart

Hello,

I am trying to make a chart within ignition that would mimic a min max chart seen below.
image

I have found documentation for it here: JFreeChart Class Library (version 1.0.19-fx)

But i am uncertain as to how to use this renderer. We are already given the minimum and maximum values, along with the average. i just need to take it from the dataset and display it in chart form.

Any help would be great. Thanks