LowerSymbolFreq Property
The LowerSymbolFreq property returns or sets the Lower symbol frequency on a confidence plot. Returns a Short.
Syntax
object.LowerSymbolFreq
object.LowerSymbolFreq = LowerSymbolFreq
Parameter | Type | Description |
LowerSymbolFreq | Short | required, symbol frequency |
Example 1
This example shows how to set the symbol frequency.
ConfPlot.LowerSymbolFreq = 2
Example 2
This example shows how to return the symbol frequency.
Debug.Print ConfPlot.LowerSymbolFreq
Used by: AutoConfidencePlot object