Visual Basic (Declaration) | |
---|---|
Public MustOverride Property XDomain As LimitLineXDomain |
C# | |
---|---|
public abstract LimitLineXDomain XDomain {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineXDomain XDomain { LimitLineXDomain get(); void set ( LimitLineXDomain value); } |
The value of XDomain determines the X unit of the limit line points. The limit line can only be applied to traces with a matching X unit. The value of XDomain along with YFormat and YUnit determine the Y unit of the limit line points.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)