|
override int | Length [get] |
| The length of the collection.
|
|
double | Period [get, set] |
|
int | Length [get] |
|
int | MinimumIndex = 0 [get, set] |
|
int | MaximumIndex = int.MaxValue [get, set] |
|
int | MinRenderIndex [get] |
|
int | MaxRenderIndex [get] |
|
bool | UsePixelOverlap = false [get] |
|
double | XOffset = 0 [get, set] |
|
double | YOffset = 0 [get, set] |
|
double | YScale = 1 [get, set] |
|
double | Period [get, set] |
| X distance between Y points.
|
|
double | XOffset [get, set] |
| X position of the first data point.
|
|
double | YOffset [get, set] |
| Shift Y position of all values by this amount.
|
|
double | YScale [get, set] |
| Multiply Y values by this scale factor (before applying offset)
|
|
int | MaximumIndex [get, set] |
| Do not display data above this index.
|
|
int | MinimumIndex [get, set] |
| Do not display data below this index.
|
|
int | MinRenderIndex [get] |
|
int | MaxRenderIndex [get] |
|
◆ SignalSourceDouble()
ScottPlot.DataSources.SignalSourceDouble.SignalSourceDouble |
( |
IReadOnlyList< double > |
ys, |
|
|
double |
period |
|
) |
| |
|
inline |
◆ GetLimitsY()
override SignalRangeY ScottPlot.DataSources.SignalSourceDouble.GetLimitsY |
( |
int |
firstIndex, |
|
|
int |
lastIndex |
|
) |
| |
|
inline |
◆ GetPixelColumn()
PixelColumn ScottPlot.DataSources.SignalSourceDouble.GetPixelColumn |
( |
IAxes |
axes, |
|
|
int |
xPixelIndex |
|
) |
| |
|
inline |
◆ GetY()
double ScottPlot.DataSources.SignalSourceDouble.GetY |
( |
int |
index | ) |
|
|
inline |
◆ GetYs() [1/2]
IReadOnlyList< double > ScottPlot.DataSources.SignalSourceDouble.GetYs |
( |
| ) |
|
|
inline |
◆ GetYs() [2/2]
IEnumerable< double > ScottPlot.DataSources.SignalSourceDouble.GetYs |
( |
int |
index1, |
|
|
int |
index2 |
|
) |
| |
|
inline |
◆ Length
override int ScottPlot.DataSources.SignalSourceDouble.Length |
|
get |
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/DataSources/SignalSourceDouble.cs