Distance between minimum and maximum value


Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Dist As Double
C#
public double Dist { get; }
C++
public property double Dist sealed  {
    double get();
}
J#
/** property */
public double get_Dist();
JScript
public function get Dist() : double

Property Value

Missing <value> tag for "P:PalmSens.Plot.Axis.Dist"

See Also