CogCoordinateAxes DisplayedScaleFactorX Property Cognex VisionPro
Multiplier applied to the X axis length when the DisplayMode property is either cogCoordinateAxesModeMathematical or cogCoordinateAxesModeScale.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public double DisplayedScaleFactorX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCoordinateAxes Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is <= 0.

    Remarks

    Multiplier for graphic's XAxisLength when DisplayMode is Mathematical or Scale.

    Default Value: 1

    See Also