Click or drag to resize

RelaxISPlugin_PlotPreset Class

This defines a premade plot designation, based on multiple RelaxISPlugin_AxisValue tools.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.PluginsRelaxISPlugin
    RelaxIS_SDK.PluginsRelaxISPlugin_PlotPreset

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract class RelaxISPlugin_PlotPreset : RelaxISPlugin

The RelaxISPlugin_PlotPreset type exposes the following members.

Constructors
 NameDescription
Protected methodRelaxISPlugin_PlotPresetInitializes a new instance of the RelaxISPlugin_PlotPreset class
Top
Properties
 NameDescription
Public propertyDescription A short description of what the plugin does. Displayed on various occasions for clarification
(Inherited from RelaxISPlugin)
Public propertyIsPlotScaledSymmetrical Defines if the X and Y1 axes should scaled symmetrically
Public propertyIsXAxisLogarithmic Defines if the X-Axis values should be scaled logarithmically
Public propertyIsY1AxisLogarithmic Defines if the Y1-Axis values should be scaled logarithmically
Public propertyIsY2AxisLogarithmic Defines if the Y2-Axis values should be scaled logarithmically
Public propertyName The plugins's internal name, that is used to reference it on various occasions
(Inherited from RelaxISPlugin)
Public propertyPluginSourcePath Gets or sets the full path of the file that the plugin was loaded from.
(Inherited from RelaxISPlugin)
Public propertySortIndex By default the plugins are sorted based on the value of this property. That means, that they appear in lists in the order dictated by this value.
(Inherited from RelaxISPlugin)
Public propertyUserDataDirectory Gets or sets the path to the RelaxIS user data directory.
(Inherited from RelaxISPlugin)
Public propertyXValueName The internal name of the tool to calculate the X-Value
Public propertyXValueNameNonNegative The internal name of the tool to calculate the X-Value, used in case the ImpedanceConverter in use has IsImaginaryUsuallyNegative=False
Public propertyY1ValueName The internal name of the tool to calculate the Y1-Value
Public propertyY1ValueNameNonNegative The internal name of the tool to calculate the Y1-Value, used in case the ImpedanceConverter in use has IsImaginaryUsuallyNegative=False
Public propertyY2AxisActiveObsolete.
Show the secondary Y axis? (Obsolete)
Public propertyY2ValueName The internal name of the tool to calculate the Y2-Value
Public propertyY2ValueNameNonNegative The internal name of the tool to calculate the Y2-Value, used in case the ImpedanceConverter in use has IsImaginaryUsuallyNegative=False
Top
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 tool.
(Overrides RelaxISPluginGetAdditionalInformation)
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)
Top
See Also