Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsXScaleAuto As Boolean |
C# | |
---|---|
public abstract bool IsXScaleAuto {get; set;} |
Determine whether the X axis automatically scales to the incoming data. If IsXScaleAuto is True, then XLeft and XRight return the range of X Values of the data. Setting either XLeft or XRight sets IsXScaleAuto to False.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)