ClassExponentialRangeDistribution
Class
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:
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
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
Minimal value.
maxValue
Maximal value.
tickMarkCount
Number of the ranges.
Returns
List of the ranges for given distribution.
Implements