Returns the X of the leftside of the peak as indexnumber.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property LeftX As Single
C#
float LeftX { get; }
C++
property float LeftX abstract  {
    float get();
}
J#
/** property */
public float get_LeftX();
JScript
public function get LeftX() : float

Property Value

Missing <value> tag for "P:PalmSens.Peak.LeftX"

See Also