high low series dent

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
brucebrown
Posts: 1
Joined: Tue Jul 18, 2017 5:27 pm
antibot: No, of course not.

high low series dent

Post by brucebrown » Tue Jul 18, 2017 6:26 pm

I am using High-Low chart in my application, i want the high low vertical line with small horizontal line on vertex.
Please help me to short out my problem.

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: high low series dent

Post by paradoxoff » Thu Jul 20, 2017 8:20 pm

There is no built-in option to achieve that. You will have to create a new renderer and, re-implement the drawItem-methode of HighLowRenderer and add the desired features.

Locked