public class Plot<T> : IFormattable
where T : IFormattable
PlotT(T) | Creates a plot for one dataset. |
PlotT(T, T) | Creates a plot for comparing two datasets. |
First | First element to be plotted. |
HasSecond | Has the second dataset been assigned? |
Second | Optional second element to be plotted. |
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. |