|
| void | UpdateData (double[] magnitudes) |
| | Draws a bar graph in real time.
|
| |
◆ OnDrawingContent()
| override bool FQLab.FreqGraphView.OnDrawingContent |
( |
DrawContext? |
drawContext | ) |
|
|
inlineprotected |
◆ UpdateData()
| void FQLab.FreqGraphView.UpdateData |
( |
double[] |
magnitudes | ) |
|
|
inline |
Draws a bar graph in real time.
- Parameters
-
| magnitudes | Scalars for the length of individual columns. |
◆ _magnitudes
| double [] FQLab.FreqGraphView._magnitudes = [] |
|
private |
◆ _smoothedMax
| double FQLab.FreqGraphView._smoothedMax = 1.0 |
|
private |
◆ _trails
| double [] FQLab.FreqGraphView._trails = [] |
|
private |
◆ DecayFactor
| const double FQLab.FreqGraphView.DecayFactor = 0.99 |
|
staticprivate |
◆ MinMagnitude
| const double FQLab.FreqGraphView.MinMagnitude = 1e-10 |
|
staticprivate |
◆ TrailDecay
| const double FQLab.FreqGraphView.TrailDecay = 0.985 |
|
staticprivate |
The documentation for this class was generated from the following file: