Jump to content
Software FX Community

Problem with GetScrollView method for logarithmic axis


User (Legacy)

Recommended Posts

Hello,

I am facing problem with the GetScrollView method for logarithmic axis.

My code is the following:

for (int i = 0; my_plot != null && i < my_plot.AxisSystem.AxisList.Count;

i++)

{

SoftwareFX.ChartFX.Axis axis = this.GetAxis(i);

double min, max;

axis.GetScrollView(out min,out max);

[...] // Do something with min and max

}

This is working very well for linear axis, but for logarithmic axis the min

and max values outputted do not make sense at all to me..

Am I doing something wrongly?

For information, I have ChartFX 6.2 and I did get the latest update:

File Version: 6.2.2411.26938

Assembly version: 6.2.1342.0

Thanks,

Eric

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...