Click or drag to resize

AnalysisClassification Class

The classification of an Analysis
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.AnalyseAnalysisClassification

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class AnalysisClassification : BaseObject

The AnalysisClassification type exposes the following members.

Properties
 NameDescription
Public propertyClasses Returns a collection of all available classification classes.
Public propertyDataAggregationMode Specifies the AggregationModeof the data.
Public propertyDataAggregationSupported True if the Analysis supports data aggregation (grouping)
Public propertyDataColumnName The Name of the Column (See DataSource) which this AnalysisClassification is using as its source
Public propertyDataType Returns the data type of the values used to calculate the classification.
Public propertyMode Returns the current mode of a specified classification. Mode of the AnalysisClassification
Public propertyValueRangeMax The maximum value range.
Public propertyValueRangeMin The minimum value range.
Top
See Also