| Unit: | SDL_chemgrph | | Class: | TChemGraph | | Declaration: | property DrawUnscaled: boolean; |
By default, TChemGraph always tries to fit the displayed structure into the given box. In order to switch off this feature, the property DrawUnscaled has to be set to TRUE. When DrawUnscaled is TRUE, the structure is displayed using the coordinates as they are stored in the Structure property.
| Hint: |
The DrawUnscaled property is primarily intended for implementing user-specific editors. For simple display purposes DrawUnscaled should always be set to FALSE (which is the default value). |
|