Click or drag to resize

ResultSerie Class

ResultSerie is a serie result got after a model execution
Inheritance Hierarchy
SystemObject
  Seal.ModelResultSerie

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class ResultSerie

The ResultSerie type exposes the following members.

Constructors
 NameDescription
Public methodResultSerieInitializes a new instance of the ResultSerie class
Top
Properties
 NameDescription
Public propertyNVD3MultiChartType For NVD3 serie, returns the chart type
Public propertySerieDisplayName Display name
Public propertySortAscending True is the splitted element is sort ASC, false for DESC
Top
Methods
 NameDescription
Public methodStatic memberCompareSeries Compares 2 ResultSerie objects
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldChartXDateTimeSerieValues 
Public fieldChartXSerieValues 
Public fieldChartXYSerieValues 
Public fieldChartYDateSerieValues 
Public fieldChartYSerieValues 
Public fieldChartYXSerieValues 
Public fieldElement Current element
Public fieldSplitterCells Result cells used for splitting
Public fieldSplitterValues Splitter values as a string
Public fieldValues List of ResultSerieValue
Top
See Also