Hi there,
I'm trying to develop a "Candlestick Chart", the axis X is type DateTime, but I am having several problems.
For exemple, some data that i'm sending to render are:
2012-05-04 21:04:45
2012-07-18 21:00:45
01/25/2013 21:00:54
2013-02-01 21:59:52
08/06/2013 21:01:19
22/08/2013 22:03:21
29/08/2014 22:00:09
05/09/2014 10:41:58
During construction, the pluging in will positioning "Candlestick" in the exactly scale, which sometimes makes the "Candlestick" very little for readable/understand, because it tries to find a common width for all, to build then.
I wonder if it is possible during the construction, adjust the position of the "Candlestick", for exemple:
despite being "05/09/2014 10:41:58" the Candlestick be rendered taking into account only years and months "2014-09- ?? ??: ??: ??"
Thank you