Jump to content
Software FX Community

Suppressing Vertical Line for mismatched series?


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

"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

Link to comment
Share on other sites

"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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...