Class
ExponentialRangeDistribution

Creates exponential range distribution.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ExponentialRangeDistribution : DependencyObject, IRangeDistribution

Inheritance: objectExponentialRangeDistribution

Implements: IRangeDistribution

Constructors

ExponentialRangeDistribution()

Declaration

cs-api-definition
public ExponentialRangeDistribution()

Fields

PowerBaseProperty

Identifies the PowerBase PowerBase dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PowerBaseProperty

Field Value

DependencyProperty

Properties

PowerBase

Gets or sets power base of the exponential range distribution.

Declaration

cs-api-definition
public double PowerBase { get; set; }

Property Value

double

Methods

Create(double, double, int)

Creates list of the ranges.

Declaration

cs-api-definition
public 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.

Implements IRangeDistribution.Create(double, double, int)