Gets or sets the autoscale slope.
public double AutoScaleSlope { get; set; }
The autoscale slope.
If DicomAutoScaleData.IsAutoScaled is true, then the DicomAutoScaleData.AutoScaleIntercept contains the autoscale slope. If DicomAutoScaleData.IsAutoScaled is false, then the AutoScaleSlope is 1.0.
For more information, see DicomAutoScaleDataEx.