Dew Math for .NET
|
Draws Y values by using any valid chart series.
Parameters |
Description |
TVec Y |
Values to be plotted, including INFs and NANs. |
Steema.TeeChart.Styles.Series series |
Series to be used for plotting. |
double xoffset |
Starting x value for first y(x) value. |
double xstep |
Distance between consecutive x values. |
bool pixeldownsample |
If true, perform downsampling before plotting. |
Series x values are calculated using the following formula: x[i] = xoffSet + xstep*i. The algorithm automatically removes any INFs and NANs and then uses Series.Add method to add points to series.
Plot Y=Y(X) with starting point for x values equal to 10.5 and x step equal to 0.05.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|