Jump to content
Software FX Community

Problems with Y axis step (scale) when secondary Y axis is present


User (Legacy)

Recommended Posts

What you are getting is the product of rounding.

You are setting the number of decimals in the Y-Axis to be ZERO, however,

you are setting (or chart fx is calculating) a Min and Max that CAN NOT be

represented with zero decimals, this is causing the Step to be calculated

incorrectly (with decimals) and that's why you get duplicate labels.

The solution: adjust your Min/Max to INTEGER numbers (and the step if you

are setting one). You can do this right after passing data or right after

RecalcScale (if you are calling it).

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...