PlotT Class

Contains dataset information for plots.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public class Plot<T> : IFormattable
where T : IFormattable
Inheritance
Object    PlotT
Implements
IFormattable

Type Parameters

T
The type of the contained datasets.

Constructors

PlotT(T)Creates a plot for one dataset.
PlotT(T, T)Creates a plot for comparing two datasets.

Properties

FirstFirst element to be plotted.
HasSecondHas the second dataset been assigned?
SecondOptional second element to be plotted.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringGets a textual representation of the datasets in this plot.
(Overrides ObjectToString)
ToString(String, IFormatProvider)Gets a textual representation of the datasets in this plot.

See Also