Page 1 of 1

Bottom axis with Candle Chart.

Posted: Tue Jul 20, 2010 7:13 am
by 8751509
Greetings,

I have a problem with the Bottom Axis when using a candle type chart.

The axis has automatically scaled itself as a DateTime axis and usually that is fine. However with Stock market Data (Candle and OHLC) there is not data for every day, in fact weekends and non-trading days are obviously absent. This means instead of a continuous number of OHLC points there are gaps at each weekend in the chart. Is there a way to stop the axis from doing a best fit and plotting the actual data in the data set so I have not gaps plotted.

Cheers Phil.

Re: Bottom axis with Candle Chart.

Posted: Tue Jul 20, 2010 11:58 am
by 10050769
Hello Snarkle,

I suggest that see Demo TeeChart .Net, concretely example All Features\Welcome !\Chart styles\Financial\Candle (OHLC)\Axis Labels no Weekends
, I think that you can use it in your application for solve your problem. Also, if you want you can see more examples you can use custom labels that explain in this complete link.

I hope will helps.

Thanks,

Re: Bottom axis with Candle Chart.

Posted: Tue Jul 20, 2010 11:31 pm
by 8751509
Thanks Sandra