Click or drag to resize

PlotT Class

Contains dataset information for plots.
Inheritance Hierarchy
SystemObject
  Austra.LibraryPlotT

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntax
C#
public class Plot<T> : IFormattable
where T : IFormattable

Type Parameters

T
The type of the contained datasets.

The PlotT type exposes the following members.

Constructors
 NameDescription
Public methodPlotT(T)Creates a plot for one dataset.
Public methodPlotT(T, T)Creates a plot for comparing two datasets.
Top
Properties
 NameDescription
Public propertyFirstFirst element to be plotted.
Public propertyHasSecondHas the second dataset been assigned?
Public propertySecondOptional second element to be plotted.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringGets a textual representation of the datasets in this plot.
(Overrides ObjectToString)
Public methodToString(String, IFormatProvider)Gets a textual representation of the datasets in this plot.
Top
See Also