Close (to origin) value of this axis


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

Syntax

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

/** property */
public void set_Close(double value);
JScript
public function get Close() : double

public function set Close(value : double);

Property Value

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

See Also