Jump to content
Software FX Community

how to change te x axis value


User (Legacy)

Recommended Posts

hi,

thanks for the help, but friend, the x cordinate value of the scatter

is not changing . i tried with the code which i sthere with the file. but no

reflection in the graph. the only thing i need is i want to plot the scatter

plots in the bar chart on two different x values.

if you are giving a solution , it will be very helpful to me.

with best regards

Joseph moraise

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

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

Scatter plots do NOT support X positioning when combined with Bar charts

since bar charts do not support it.

--

Regards,

JC

Software FX Support

"Joseph Moraise" <mjoseph@netassetmgmt.com> wrote in message

news:BBFJisxtCHA.2684@webserver1.softwarefx.com...

> hi,

> thanks for the help, but friend, the x cordinate value of the scatter

> is not changing . i tried with the code which i sthere with the file. but

no

> reflection in the graph. the only thing i need is i want to plot the

scatter

> plots in the bar chart on two different x values.

> if you are giving a solution , it will be very helpful to me.

>

> with best regards

> Joseph moraise

>

> 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...