PlotT Class |
public class Plot<T> : IFormattable where T : IFormattable
The PlotT type exposes the following members.
| Name | Description | |
|---|---|---|
| PlotT(T) | Creates a plot for one dataset. | |
| PlotT(T, T) | Creates a plot for comparing two datasets. |
| Name | Description | |
|---|---|---|
| First | First element to be plotted. | |
| HasSecond | Has the second dataset been assigned? | |
| Second | Optional second element to be plotted. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Gets a textual representation of the datasets in this plot. (Overrides ObjectToString) | |
| ToString(String, IFormatProvider) | Gets a textual representation of the datasets in this plot. |