IIntervalRange Interface

Provides access to members that control classifications that need an interval range.

Description

IIntervalRange is for setting the interval for the DefinedInterval classification.

Members

Name Description
Read-only property Default The Default Range for the data. Data must be added before calling.
Write-only property IntervalRange The Interval Range. Call before Classify.

IIntervalRange.Default Property

The Default Range for the data. Data must be added before calling.

Public ReadOnly Property Default As Double
public double Default {get;}

Description

Defaultis the default interval for a given IClassify object that implements the DefinedInterval CoClass. Use only after using the SetHistogramData method on IClassify.

IIntervalRange.IntervalRange Property

The Interval Range. Call before Classify.

Public WriteOnly Property IntervalRange
public void IntervalRange {set;}

Description

IntervalRange is the range expressed as the data interval. When using with DefinedInterval, set this after you set issue the IClassify.SetHistogramData method and before you use the IClassify.Classify method.

Classes that implement IIntervalRange

Classes Description
DefinedInterval Defines a defined interval classification method.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.