ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  DateLabelFormat overlapping
Posted by Steve on Feb-24-2011 02:34
Attachments:
Hi Peter,

I am trying to create a intraday stock chart.  I set the firsthour and other hours but they overlap.  I have tried adding a <*BR*> to try and "hide" the values under the visible margin which I set to 17 (bottom).. but that didn't work.  I also tried just setting it to an empty string but it looks like it sets the default value.

c.setDateLabelFormat("", "", "", "", "", "{value|h:nn}","{value|h:nn}");

Can you suggest a way to hide the first hour value?

Thanks,
Steve
datetimelabels.png

  Re: DateLabelFormat overlapping
Posted by Peter Kwan on Feb-24-2011 15:55
Hi Steve,

You may use a space " " as the first hour format instead of an empty string "".

Hope this can help.

Regards
Peter Kwan