A double which contains the lower adjacent value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double LowerAdjacentValue { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property LowerAdjacentValue As Double
Visual C++
public:
virtual property double LowerAdjacentValue {
	double get ();
}

See Also