Visual Basic (Declaration) | |
---|---|
Public MustOverride Property XLeft As Double |
C# | |
---|---|
public abstract double XLeft {get; set;} |
Determine the left side of the X axis. Setting this property also sets the IsXScaleAuto property to False. If IsXScaleAuto is True, then XLeft returns the smallest X Value of the data. The XRight property sets the right 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)