| Unit: | SDL_scale | | Class: | TScale | | Declaration: | property RangeLow: double; |
The property RangeLow specifies the scale value at the left (ScaleType = sctXT, or sctXB) or the bottom (ScaleType = sctYL or sctYR) end of the scale.
| Hint: |
The direction of the axis can be switched by specifying RangeLow larger than RangeHigh. |
| Example: |
This method is used in the following example programs (see http://www.lohninger.com/examples.html for downloading the code):processc, rch2win, rchdrag, rchfifo, rchmouse, rchmovel, rchzoomp, rcshared, scalemeter
|
|