Search found 10 matches

by Roger Nye
Thu Jan 29, 2009 6:30 pm
Forum: Java
Topic: Using Editor in SWT
Replies: 5
Views: 11562

Hi,
Thanks, that was very helpful for narrowing down the problem.

One of my values was a NaN and the whole series disappeared.

Best regards
Roger
by Roger Nye
Thu Jan 29, 2009 11:33 am
Forum: Java
Topic: Using Editor in SWT
Replies: 5
Views: 11562

SWT Editor

Hi Narcís, Thanks for the quick response. I am currently migrating from the ActiveX version to the Java version. At some point I will need the editor Do you know if/when it is likely to be supported in SWT? I need to decide whether I should go back to the ActiveX version. My immediate problem is tha...
by Roger Nye
Thu Aug 21, 2008 8:36 am
Forum: ActiveX
Topic: Forcing automatic axis recalculation?
Replies: 4
Views: 8065

Yes, that worked a treat.
Thanks Yeray

Best regards
Roger
by Roger Nye
Wed Aug 20, 2008 2:26 pm
Forum: ActiveX
Topic: Forcing automatic axis recalculation?
Replies: 4
Views: 8065

Almost there

Hi Yeray, Thanks, that is clearly in the right direction, but I suspect it needs some sort of internal refresh or recalculation first. What I am doing following your post is: 1. set the min/max of the bottom axis 2. calculating the visible min and max on the left axis 3. setting the min/max on the l...
by Roger Nye
Tue Aug 19, 2008 11:00 am
Forum: ActiveX
Topic: Forcing automatic axis recalculation?
Replies: 4
Views: 8065

Forcing automatic axis recalculation?

Hi, I am using an automatic left axis on a chart (IAxis.Automatic property is true), and adjusting the bottom axis with the IAxis.Minimum /Maximum properties. When I first load the data, the left axis range is very good. If I later shrink the range on the bottom axis and the range of visible y-value...
by Roger Nye
Mon Aug 18, 2008 10:46 am
Forum: ActiveX
Topic: Date labels on line series chart
Replies: 2
Views: 5653

Thanks Yeray,
That worked.
Roger
by Roger Nye
Sun Aug 17, 2008 7:51 pm
Forum: ActiveX
Topic: Date labels on line series chart
Replies: 2
Views: 5653

Date labels on line series chart

Hi, I am trying to set up a line series with dates on the bottom axis. Unfortunately, I am having to do this in Java using the ActiveX version through OLE codes, so it can be difficult to work out what is going on. If there is a candle series in the chart it gives dates, but for a chart with only li...
by Roger Nye
Thu May 11, 2006 11:01 am
Forum: ActiveX
Topic: Working out which series are checked in the legend
Replies: 4
Views: 6747

Excellent!

Thanks Narcís.
by Roger Nye
Thu May 11, 2006 10:12 am
Forum: ActiveX
Topic: Working out which series are checked in the legend
Replies: 4
Views: 6747

Thanks Narcís, That could work, but it would be complicated for what I want to do. When I close a chart, I want to note which series are currently checked and restore that state when I next create that chart. In other words, statically record the current state, rather than dynamically monitoring the...
by Roger Nye
Wed May 10, 2006 3:04 pm
Forum: ActiveX
Topic: Working out which series are checked in the legend
Replies: 4
Views: 6747

Working out which series are checked in the legend

Hi,
I am using the ActiveX version 7.0 and have a chart using checkboxes in the legend.
How can I work out programmatically which series the user has checked or unchecked?

Thanks
Roger