Jump to content
Software FX Community

Help me!!!! base line problem.


User (Legacy)

Recommended Posts

hai, 

happy new Year!! and thanks for all the support. here for one of my program i want to create a chart with out having a base line which is starting from 0 and horizontal to x axis. i tried somany times, but i failed. and one more issue in the bar chart i am plotting two points with help of scatter plotter. but i need that points on a different x position. here there is chance for overlapping the information. if there is any solution please send me a reply. i am attacing the code file with this mail.

thank you,

with best regards

Joseph Moraise

Link to comment
Share on other sites

To remove the zero line you can do the following (assuming your chart was built using IniValues and Values)

chart.Axis(0).Style = chart.Axis(0).Style And Not AS_BREAKZERO

About the points in a different X position, this is not possible.

--

Regards,

JC

Software FX Support

"Joseph Moraise" <mjoseph@netassetmgmt.com> wrote in message news:PJ4q10WtCHA.2632@webserver1.softwarefx.com...

hai,

happy new Year!! and thanks for all the support. here for one of my program i want to create a chart with out having a base line which is starting from 0 and horizontal to x axis. i tried somany times, but i failed. and one more issue in the bar chart i am plotting two points with help of scatter plotter. but i need that points on a different x position. here there is chance for overlapping the information. if there is any solution please send me a reply. i am attacing the code file with this mail.

thank you,

with best regards

Joseph Moraise

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...