Click or drag to resize

XYDataFrame Class

A two dimensional table of simple data, where each series is an X,Y point of real valued data.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.ResultsXYDataFrame

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class XYDataFrame : IDisposable

The XYDataFrame type exposes the following members.

Properties
 NameDescription
Public propertyColumns Gets the columns in the data frame.
Public propertyRows Gets the rows in the data frame.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a XYDataFrame but does not read it into memory.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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 methodStatic memberRead Creates a XYDataFrame and reads it into memory, allows for direct indexing and prevents re-reading the file multiple times.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Generally, x is time like and y is some DataQuantity
See Also