Returns new bounds expanded such a way to include the specified value.

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

Syntax

C#
public Bounds GetUnion(
	double val
)
Visual Basic (Declaration)
Public Function GetUnion ( _
	val As Double _
) As Bounds
Visual C++
public:
Bounds GetUnion(
	double val
)

Parameters

val
Type: System..::.Double

See Also