RSTscaleOptions constants
Use the constants with the ScalingOption property.
The following constants are defined:
Constant | Description |
---|---|
rstIndependentScale | each pen uses its own scaling. |
rstLineScale | all the pens are scaled to the range of the pen identified by the ScalingLine property. |
rstSameScale | all the pens are scaled to the same range. |
Provide Feedback