Class
LogarithmicRangeDistribution

Creates logarithmic range distribution.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

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

Inheritance: objectLogarithmicRangeDistribution

Implements: IRangeDistribution

Constructors

LogarithmicRangeDistribution()

Declaration

cs-api-definition
public LogarithmicRangeDistribution()

Fields

LogarithmicBaseProperty

Identifies the LogarithmicBase LogarithmicBase dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LogarithmicBaseProperty

Field Value

DependencyProperty

Properties

LogarithmicBase

Gets or sets logarithmic base of the logarithmic range distribution.

Declaration

cs-api-definition
public double LogarithmicBase { 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)