RelaxISPlugin_PlotPresetIsY2AxisLogarithmic Property |
Defines if the Y2-Axis values should be scaled logarithmically
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract bool IsY2AxisLogarithmic { get; }
Public MustOverride ReadOnly Property IsY2AxisLogarithmic As Boolean
Get
Dim instance As RelaxISPlugin_PlotPreset
Dim value As Boolean
value = instance.IsY2AxisLogarithmic
Property Value
BooleanSee Also