Jump to content
Software FX Community

Re: Removing Zero Line Programmatically


User (Legacy)

Recommended Posts

Bruce, 

In the UI reference if you click the Axes tab then details it takes you to:

ChartName.Axis(AxisName).Style property

seems this is toggled with:

ChartName.Axis(AxisName).Style = AS_BREAKZERO

and

ChartName.Axis(AxisName).Style = AS_FORCEZERO

Is this your question?

Steve

Bruce Rhoades <brhoades@mobiusg.com> wrote in message

news:DE0379D14694D211B4CE00609770710D045786@sftfx-221.wamnet.net...

> I seem to be unable to find a property with the axis object to remove the

> zero lines from my chart. I can do it with the property dialog by going to

> the Axes tab, then clicking on Details and then clicking off the zero

line.

>

> Anyone out there know of a way to do this programmatically? I am using

VC++,

> but sample code of any sort would be appreciated.

>

> Thanks

>

> Bruce Rhoades

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...