Visual Basic (Declaration) | |
---|---|
Public MustOverride Property XReference As LimitLineXReference |
C# | |
---|---|
public abstract LimitLineXReference XReference {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineXReference XReference { LimitLineXReference get(); void set ( LimitLineXReference value); } |
If XReference is vsaLimLineXRefRelative, then reference point is determined by XDomain. If XDomain is LimitLineXDomain.Frequency, then the reference by is the center frequency. If XDomain is LimitLineXDomain.Time, then the reference is the start time. When the limit line is applied to the data, the reference point X-value is added to all X-value limit line points.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)