Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Point As Integer |
C# | |
---|---|
public abstract int Point {get; set;} |
Determine the domain axis position of the marker by its offset, in points, from the start of the trace data. This is the position of the marker in the time/frequency axis. This is the same as the x axis for all trace formats except I-Q and constellation. The position must be at least 0 (start of data) and less that the number of points in the trace. You can also use the Value property to change the marker position, which is in the units of the time/frequency axis. If the markers are coupled (IsCouple set to True), then setting this property could change the marker position in other traces that have coupled markers for the same marker index.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)