SetYRange Method¶
SetYRange¶
Summary¶
Sets the Y-axis lowest and highest values range. Allows scrolling the chart by the Y-axis. If only one of the values is set, then the chart will be expanded regarding the lowest or highest value respectively.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bottomY | double | The lowest visible Y-axis value. |
topY | double | The highest visible Y-axis value. |
Return Value¶
void
Declaring Type¶
Last update: January 30, 2023