Expands bounds in order to include the specified value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public void Union(
	double value
)
Visual Basic (Declaration)
Public Sub Union ( _
	value As Double _
)
Visual C++
public:
void Union(
	double value
)

Parameters

value
Type: System..::.Double

See Also