Visual Basic (Declaration) | |
---|---|
Public MustOverride Property YSide As LimitLineYSide |
C# | |
---|---|
public abstract LimitLineYSide YSide {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineYSide YSide { LimitLineYSide get(); void set ( LimitLineYSide value); } |
If YSide is LimitLineYSide.Upper, then any trace data Y-values that are larger than the corresponding limit line Y-values cause the limit line to fail. If YSide is LimitLineYSide.Lower, then any trace data Y-values that are smaller than the corresponding limit line Y-values cause the limit line to fail.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)