Support Board
Date/Time: Wed, 05 Nov 2025 06:27:28 +0000
Post From: Automatic Scale Adjustment for a custom study
| [2023-05-11 20:34:48] |
| Tony - Posts: 640 |
|
Hope I understand your question correctly, you could set range as "User Defined", at this point, you're still able to read/write "Constant Range" number, so, "User Defined"'s range top and range bottom numbers can be calculated based on "Constant Range" number Diff = ConstantNumber - (ChartHighest - ChartLowest); RangeTop = ChartHighest + Diff / 2; RangeBottom = ChartLowest - Diff / 2; Date Time Of Last Edit: 2023-05-11 20:39:22
|
