Constructs a new DateTimeScale using bins of equal width.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	lowerBound As DateTime, _
	upperBound As DateTime, _
	unit As DateTimeUnit, _
	specialBins As SpecialBins _
)
C#
public DateTimeScale (
	DateTime lowerBound,
	DateTime upperBound,
	DateTimeUnit unit,
	SpecialBins specialBins
)
C++
public:
DateTimeScale (
	DateTime lowerBound, 
	DateTime upperBound, 
	DateTimeUnit unit, 
	SpecialBins specialBins
)

Parameters

lowerBound (System.DateTime)
The lower bound of the time scale.
upperBound (System.DateTime)
The upper bound of the time scale.
unit (Extreme.Statistics.DateTimeUnit)
A DateTimeUnit value that specifies the width of the intervals.
specialBins (Extreme.Statistics.SpecialBins)
A SpecialBins value that indicates which additional bins to include in the DateTimeScale.