X-axis scaling value. A value of 1.0 is equivalent to 100% scaling.
Allowed values can be assigned to XScaling.CurrentValue property.
To see which values your scanner supports look at XScaling[] array, or XScaling.RangeMin, XScaling.RangeMax and XScaling.RangeStep.
You can also limit scanner user interface allowed values removing some XScaling[] items or changing XScaling.RangeMin, XScaling.RangeMax and XScaling.RangeStep.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEDoubleList XScaling { get; }
Public ReadOnly Property XScaling As IEDoubleList Get
public: property IEDoubleList^ XScaling { IEDoubleList^ get (); }