Far (from origin) value of this axis


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

Syntax

Visual Basic (Declaration)
Public Property Far As Double
C#
public double Far { get; set; }
C++
public property double Far sealed  {
    double get();
    void set(double value);
}
J#
/** property */
public double get_Far();

/** property */
public void set_Far(double value);
JScript
public function get Far() : double

public function set Far(value : double);

Property Value

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

See Also