Support Board
Date/Time: Tue, 16 Sep 2025 03:51:40 +0000
Post From: Text Won't Display
[2021-12-03 18:24:19] |
JohnR - User831573 - Posts: 333 |
One possibility is the Tool.BeginValue. Is 80, within the screen range? Or, did you intend for it to be a 0 - 100 range percentage.? If the percentage, then you also need this line of code. If UseRelativeVerticalValues is set to 1 or a nonzero value, then BeginValue is a value relative to the Chart Region itself completely independent of the scale used for the graphs in the Chart Region. It is a percentage. Where 1 = 1%. The entire height of the Chart Region is 100%. 0 = The bottom of the Chart Region. 100 = The top of the Chart Region. These values apply to the Chart Region and not the entire height of the chart window unless there is only a single Chart Region displayed. JohnR |