Initializes a new instance of the SeriesValueBaseComparer class.

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

Syntax

C#
public SeriesValueBaseComparer(
	bool reverse
)
Visual Basic (Declaration)
Public Sub New ( _
	reverse As Boolean _
)
Visual C++
public:
SeriesValueBaseComparer(
	bool reverse
)

Parameters

reverse
Type: System..::.Boolean

See Also