Visual Basic (Declaration) | |
---|---|
Public MustOverride Property XData As Double |
C# | |
---|---|
public abstract double XData {get; set;} |
Determine the time/frequency axis position of the marker by its time/frequency axis position. This is the same as the X-axis in the Markers Position Tab of the GUI help for all trace formats except I-Q and constellation. The position must be within the data in the trace. If it is not, then the marker position is moved to the closest available position. You can also use the Point property to change the marker position, which is in the units of points. The XDataUnit property returns the time/frequency axis unit string of the marker. 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. If Position is MarkerPositionType.Fixed, then this is the marker X-axis value.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)