Visual Basic (Declaration) | |
---|---|
Public MustOverride Property XRight As Double |
C# | |
---|---|
public abstract double XRight {get; set;} |
Determine the right side of the X axis. Setting this property also sets the IsXScaleAuto property to False. If IsXScaleAuto is True, then XRight returns the largest X Value of the data. The XLeft property sets the left side of the X axis.
If the trace Format is I-Q or constellation, then setting XLeft and XRight select how much data to display, but does not affect the X axis annotation.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)