From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Andre_Saller

Autoscale with offset for the graphs

IF autoscaling is activated for graphs on the UIR, it will fit the scale exactly to the data displayed. I would like to have an option to add an offset, so that the scale is always a little bit "bigger" then the data plotted.

For example if there would be an option "Autoscale Offset: 10", and I would plot an array containing data with values of min 30; max 340, the autoscale would set the scale to min 20 and max 350.

2 Comments
LuisG
NI Employee (retired)
Status changed to: Completed
This feature already exists. Look at the "Loose Fit" (ATTR_YLOOSE_FIT_AUTOSCALING) and "Loose Fit Units" (ATTR_YLOOSE_FIT_AUTOSCALING_UNIT) settings.
LuisG
NI Employee (retired)
Status changed to: Already Implemented