Jump to content
Software FX Community

Logarithmic scale crash


User (Legacy)

Recommended Posts

Hi,

My users have noticed that if they chnage the axis scale to logarithmic then

the control crashes. My users have no need for this option so is there a way

to grey the option out on the properties page for each axis?

Also if they change the Minimum and Maximum values on the x-axis they get

different numbers being displayed to what they entered. I think they should

only be changing then step value for an x-axis so is there a way to disable

these two options.

I'm using a simple bar chart.

Thanks,

Stuart

Link to comment
Share on other sites

You can disable Logarithmic scale from the UI by doing:

chart.Style &= ~ChartStyle.Log;

However we would like to know what causes this crash. Please export the

chart into a binary file (Export method) and attach it to your post.

Thank you in advance.

--

Francisco Padron

www.chartfx.com

"Stuart" <sturner@lanner.co.uk> wrote in message

news:k0oFBmZmFHA.3080@webserver3.softwarefx.com...

> Hi,

>

> My users have noticed that if they chnage the axis scale to logarithmic

> then the control crashes. My users have no need for this option so is

> there a way to grey the option out on the properties page for each axis?

>

> Also if they change the Minimum and Maximum values on the x-axis they get

> different numbers being displayed to what they entered. I think they

> should only be changing then step value for an x-axis so is there a way to

> disable these two options.

>

> I'm using a simple bar chart.

>

> Thanks,

>

> Stuart

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...