Visual Basic (Declaration) | |
---|---|
Public MustOverride Property YReference As LimitLineYReference |
C# | |
---|---|
public abstract LimitLineYReference YReference {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineYReference YReference { LimitLineYReference get(); void set ( LimitLineYReference value); } |
If YReference is LimitLineYReference.Relative, then the reference value is Trace.YRefLevel. If YReference is LimitLineYReference.User, then the reference value is YReferenceUser. When the limit line is applied to the data, the reference value is added to all Y-value limit line points.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)