Visual Basic (Declaration) | |
---|---|
Public MustOverride Property YUnit As LimitLineYUnit |
C# | |
---|---|
public abstract LimitLineYUnit YUnit {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineYUnit YUnit { LimitLineYUnit get(); void set ( LimitLineYUnit value); } |
The value of YUnit along with XDomain and YFormat determine the Y unit of the limit line points. See Trace.YUnit to see more information about how this property affects the units.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)