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
Search found 10 matches
- Thu Jan 29, 2009 6:30 pm
- Forum: Java
- Topic: Using Editor in SWT
- Replies: 5
- Views: 11736
- Thu Jan 29, 2009 11:33 am
- Forum: Java
- Topic: Using Editor in SWT
- Replies: 5
- Views: 11736
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...
- Thu Aug 21, 2008 8:36 am
- Forum: ActiveX
- Topic: Forcing automatic axis recalculation?
- Replies: 4
- Views: 8178
- Wed Aug 20, 2008 2:26 pm
- Forum: ActiveX
- Topic: Forcing automatic axis recalculation?
- Replies: 4
- Views: 8178
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...
- Tue Aug 19, 2008 11:00 am
- Forum: ActiveX
- Topic: Forcing automatic axis recalculation?
- Replies: 4
- Views: 8178
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...
- Mon Aug 18, 2008 10:46 am
- Forum: ActiveX
- Topic: Date labels on line series chart
- Replies: 2
- Views: 5716
- Sun Aug 17, 2008 7:51 pm
- Forum: ActiveX
- Topic: Date labels on line series chart
- Replies: 2
- Views: 5716
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...
- Thu May 11, 2006 11:01 am
- Forum: ActiveX
- Topic: Working out which series are checked in the legend
- Replies: 4
- Views: 6828
- Thu May 11, 2006 10:12 am
- Forum: ActiveX
- Topic: Working out which series are checked in the legend
- Replies: 4
- Views: 6828
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...
- Wed May 10, 2006 3:04 pm
- Forum: ActiveX
- Topic: Working out which series are checked in the legend
- Replies: 4
- Views: 6828
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
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