User (Legacy) Posted September 13, 2004 Report Share Posted September 13, 2004 I'm displaying a simple chart with two, non-stacked, series. The X axis is time (dates). One of the series contains data across the entire range of dates. The other series contains no data (i.e., values are zero) until a certain point in time. When this chart is displayed, I see a vertical line going up from zero to the first y-axis value in the second series. Is there any way to suppress that vertical line? The line itself is confusing to the users - it seems to indicate that the series data jumped up from zero to some value, but in reality there was no data. GG Quote Link to comment Share on other sites More sharing options...
Software FX Posted September 13, 2004 Report Share Posted September 13, 2004 You need to assign CHART_HIDDEN to the values of the points that contain no data. By default all points are initialized to Zero. -- FP Software FX Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted September 14, 2004 Author Report Share Posted September 14, 2004 "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:BRpUQudmEHA.416@webserver3.softwarefx.com... > You need to assign CHART_HIDDEN to the values of the points that contain no > data. > > By default all points are initialized to Zero. > > -- > FP > Software FX > > Thanks for the suggestion, but I'm having problems implementing it in my VB6 project. The constant CHART_HIDDEN does not appear to be available to me. Many other "CHART_xxx" constants appear to be available (e.g., CHART_HORZGRID), but not CHART_HIDDEN. When I attempt to compile, I get an error from VB telling me that the variable CHART_HIDDEN is not defined. My references include the ChartFX Client Server Control, and the ChartFX Data Provider. Is there something else I need to reference? Or, could you provide a VB definition of that constant that I can include in my project? GG Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted September 14, 2004 Author Report Share Posted September 14, 2004 "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:BRpUQudmEHA.416@webserver3.softwarefx.com... > You need to assign CHART_HIDDEN to the values of the points that contain no > data. > > By default all points are initialized to Zero. > > -- > FP > Software FX > Never mind...after some digging, I found the cfxocx.bas in the ChartFX "Include" folder where CHART_HIDDEN is defined. It's working now. GG Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.