RelaxISPlugin_PlotPresetIsXAxisLogarithmic Property |
Defines if the X-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 IsXAxisLogarithmic { get; }
Public MustOverride ReadOnly Property IsXAxisLogarithmic As Boolean
Get
Dim instance As RelaxISPlugin_PlotPreset
Dim value As Boolean
value = instance.IsXAxisLogarithmic
Property Value
BooleanSee Also