Interface
IRangeDistribution

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:

cs-api-definition
public interface IRangeDistribution

Methods

Create(double, double, int)

Creates list of the ranges.

Declaration

cs-api-definition
IEnumerable<MapRange> Create(double minValue, double maxValue, int tickMarkCount)

Parameters

minValue

double

Minimal value.

maxValue

double

Maximal value.

tickMarkCount

int

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