10-09-2017 10:23 AM
When I using auto-scaling stripchart in my program and the data value of the trace become very big, some of the label get blocked by the edge of the control. As shown in the attachment. Using very small font or 0 padding may resolve the problem, but the value of label is not so readable . I have done some research and have not found the solution. Please help me out.
10-09-2017 10:52 AM
Two possible workarounds come to my mind to address this situation.
On one hand the room for the scale is determined by the width of the plot area with respect to the control area, so you can manipulate ATTR_PLOT_AREA_LEFT and ATTR_PLOT_AREA_WIDTH attributes to leave more room for scale figures. Be sure to carefully read the notes on these attributes to correctly set them at best.
On the other hand, you could think to format axis scale in engineering or scientific format (either with ATTR_YFORMAT attribute or in the UIR editor) which is more stable in width even with large figures.