New to Telerik UI for WPFStart a free 30-day trial

Interface which must be implemented by all classes which produce ranges distribution.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public interface IRangeDistribution

Derived Classes: ExponentialRangeDistributionLogarithmicRangeDistribution

Methods

Creates list of the ranges.

C#
IEnumerable<MapRange> Create(double minValue, double maxValue, int tickMarkCount)
Parameters:minValuedouble

Minimal value.

maxValuedouble

Maximal value.

tickMarkCountint

Number of the ranges.

Returns:

IEnumerable<MapRange>

List of the ranges for given distribution.

In this article
DefinitionMethodsCreate(double, double, int)
Not finding the help you need?
Contact Support