Y-axis scaling value. A value of 1.0 is equivalent to 100% scaling.

Allowed values can be assigned to YScaling.CurrentValue property.

To see which values your scanner supports look at YScaling[] array, or YScaling.RangeMin, YScaling.RangeMax and YScaling.RangeStep.

You can also limit scanner user interface allowed values removing some YScaling[] items or changing YScaling.RangeMin, YScaling.RangeMax and YScaling.RangeStep.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDoubleList YScaling { get; }
Public ReadOnly Property YScaling As IEDoubleList
	Get
public:
property IEDoubleList^ YScaling {
	IEDoubleList^ get ();
}

See Also