Visual Basic (Declaration) | |
---|---|
Public MustOverride Property YPerDiv As Double |
C# | |
---|---|
public abstract double YPerDiv {get; set;} |
The Y axis always contains 10 divisions. Therefore, the trace height is 10 * YPerDiv. If the Format is set to TraceFormatType.LogMagnitudeLinear, then YPerDiv is ignored and YLogRatio is used to determine the trace height.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)