ClassLogarithmicRangeDistribution
Class
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:
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.
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