Jump to content
Software FX Community

can we get negative values to display like excel?


User (Legacy)

Recommended Posts

Help,

Please view attached jpg. We have a problem with how our negative bar

graphs represent a negative value. In this image, two of the three bars are

negative. The third value (48,853) is a positive value, but the "bar"

starts at (200,000). This is very misleading and feel it misrepresents the

data.

Does anyone know if chartfx, can display this information correctly? We are

looking for a bar graph display similar to how excel would display the same

data.

Help!

Thanks,

Melissa

Link to comment
Share on other sites

  • 2 weeks later...

You want to make sure that the AxisY ShowZero flag is turned ON.

If you are using ChartFX IE 3.5 (which I suspect you are using since the

ShowZero flag is turned on by default in ChartFX Internet 2000 and 5.5)

Chart.Type = Chart.Type Or CT_SHOWZERO

If you are using ChartFX Internet 2000 and 5.5

Chart.Axis(AXIS_Y).ShowZero = True

--

Regards

JC

Software FX Support

"Melissa Lee" <mlee@uproperties.com> wrote in message

news:kohnTU$hBHA.2384@webserver1.softwarefx.com...

> Help,

>

> Please view attached jpg. We have a problem with how our negative bar

> graphs represent a negative value. In this image, two of the three bars

are

> negative. The third value (48,853) is a positive value, but the "bar"

> starts at (200,000). This is very misleading and feel it misrepresents

the

> data.

>

> Does anyone know if chartfx, can display this information correctly? We

are

> looking for a bar graph display similar to how excel would display the

same

> data.

>

> Help!

>

> Thanks,

> Melissa

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...