Click or drag to resize

RelaxISPlugin_AxisValue Methods

The RelaxISPlugin_AxisValue type exposes the following members.

Methods
 NameDescription
Protected methodAddLogMessage(Exception) Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Protected methodAddLogMessage(String) Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Public methodAfterStartupInitialization Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin)
Public methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodGetAdditionalInformation Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin)
Public methodGetValue Should calculate and return the real value from the supplied impedance and converter.
Public methodGetValues(Double, RelaxISPlugin_TransferFunction) Transforms a whole range of values at once.
Public methodGetValues(IEnumerableEISDatapoint, RelaxISPlugin_TransferFunction) Converts the full list of data.
Public methodGetValues(IEnumerableEISValue, RelaxISPlugin_TransferFunction) Converts the full list of data.
Public methodRepresentation A (usually) short name that represents the value calculated by this tool for a given converter.
Public methodShouldDiscardPlugin Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin)
Public methodUnit The unit of the value to be displayed on a graphs axis for the given converter.
Top
See Also