Click or drag to resize

ClassResultDisplayControlBase Class

Defines a control that displays the results of a classification.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              RelaxIS_SDK.Plugins.Classifier.ControlsClassResultDisplayControlBase

Namespace: RelaxIS_SDK.Plugins.Classifier.Controls
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ClassResultDisplayControlBase : UserControl

The ClassResultDisplayControlBase type exposes the following members.

Constructors
 NameDescription
Public methodClassResultDisplayControlBaseInitializes a new instance of the ClassResultDisplayControlBase class
Top
Methods
 NameDescription
Public methodClearDisplay Clear the displayed result.
Public methodDisplay Display a specific result for a given spectrum.
Top
Remarks
Inherit this control and override the Display(ImpedanceSpectrum, ClassifierSettingsBase, ClassResult) method to implement custom display routines.
See Also